ES413(String, Int32, Int32) Constructor |
Brainboxes
ES-413 2 Port RS422/485 PoE Ethernet to Serial Adapter
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ES413(
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
*)
-> ES413
Parameters
- ipAddress String
- port1PortNumber Int32 (Optional)
- timeout Int32 (Optional)
See Also