|
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.
| address | The endpoint's IP address. |
| port | The endpoint's port. If 0, the default port will be used. |
| Go::Exception | If unable to connect. |