GoPxL SDK
void Connect ( kIpAddress  address,
k16u  port = 0 
)

Connects to a REST endpoint at the provided IP address and port.

Waits until the connection is established.

Version
Introduced in 1.1.50.15
Parameters
addressThe endpoint's IP address.
portThe endpoint's port. If 0, the default port will be used.
Exceptions
Go::ExceptionIf unable to connect.