ES257(String, Int32, Int32) Constructor |
Create an
ES-257 with using given ip port number and timeout
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ES257(
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
*)
-> ES257
Parameters
- ipAddress String
- port1PortNumber Int32 (Optional)
- timeout Int32 (Optional)
See Also