Click or drag to resize

ES257(String, Int32, Int32) Constructor

Create an ES-257 with using given ip port number and timeout

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ES257(
	string ipAddress,
	int port1PortNumber = 9001,
	int timeout = 2000
)

Parameters

ipAddress  String
port1PortNumber  Int32  (Optional)
timeout  Int32  (Optional)
See Also