GoPxL SDK
GoSystem ( const kIpAddress &  address,
k16u  port = GO_PXL_SDK_DEFAULT_CONTROL_PORT 
)
explicit

Constructs a GoSystem object with the given IP address and control port number.

This constructor automatically creates a GoRestClient instance, and initialize the IP address and port the client should connect to when the Connect() API is called.

Version
Introduced in 1.1.50.15
Parameters
addressThe IPv4 address of the Gocator remote device.
portThe IP control port number of the Gocator device. A port value of zero (0) is invalid.
Exceptions
Go::ExceptionIf arguments are invalid.