|
GoPxL SDK
|
| const GoInstance* Instance | ( | std::string | ipAddress, |
| k32u | webPort | ||
| ) |
Returns a single GoPxL instance that is found on the network and has the specified IP address and web port.
Both IP address and web port is required because multiple instances of GoPxl Service can share one IP Address.
| ipAddress | IP address of the instance to search for. |
| webPort | Web port of the instance to search for. |