ES446 Constructor (String, Int32, Int32) |
Create
ES-446 with 1 Port PoE which has uses the DefaultSerialProtocol and has its connection provided by the args
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxpublic ES446(
string ipAddress,
int port1PortNumber = 9001,
int timeout = 2000
)
Public Sub New (
ipAddress As String,
Optional port1PortNumber As Integer = 9001,
Optional timeout As Integer = 2000
)
new :
ipAddress : string *
?port1PortNumber : int *
?timeout : int
(* Defaults:
let _port1PortNumber = defaultArg port1PortNumber 9001
let _timeout = defaultArg timeout 2000
*)
-> ES446
Parameters
- ipAddress
- Type: SystemString
- port1PortNumber (Optional)
- Type: SystemInt32
- timeout (Optional)
- Type: SystemInt32
See Also