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.

Version
Introduced in 1.1.50.15
Parameters
ipAddressIP address of the instance to search for.
webPortWeb port of the instance to search for.
Returns
GoPxL instance that matches IP address and web port.