ES346 Constructor (String, Int32, Int32) |
Brainboxes
ES-346 4 Port RS422/485 Ethernet to Serial Adapter
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxpublic ES346(
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
*)
-> ES346
Parameters
- ipAddress
- Type: SystemString
- port1PortNumber (Optional)
- Type: SystemInt32
- timeout (Optional)
- Type: SystemInt32
See Also