ES511(String, Int32, Int32) Constructor |
Create
ES-511 with 1 Port which has uses the DefaultSerialProtocol and has its connection provided by the args
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ES511(
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
*)
-> ES511
Parameters
- ipAddress String
- port1PortNumber Int32 (Optional)
- timeout Int32 (Optional)
See Also