Click or drag to resize

ES511 Constructor (String, Int32, Int32)

Create ES-511 with 1 Port which has uses the DefaultSerialProtocol and has its connection provided by the args

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

Parameters

ipAddress
Type: SystemString
port1PortNumber (Optional)
Type: SystemInt32
timeout (Optional)
Type: SystemInt32
See Also