|
GoPxL SDK
|
|
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.
| address | The IPv4 address of the Gocator remote device. |
| port | The IP control port number of the Gocator device. A port value of zero (0) is invalid. |
| Go::Exception | If arguments are invalid. |