Gocator API
|
kStatus GoSystem_AddSensor | ( | GoSystem | system, |
const GoAddressInfo * | addressInfo, | ||
const GoPortInfo * | portInfo, | ||
GoSensor * | sensor | ||
) |
Adds a sensor by passing a custom address and port info, this doesnt require discovery.
system | GoSystem object. |
addressInfo | GoAddressInfo object containing IP to connnect on. |
portInfo | GoPortInfo object containing custom port values. |
sensor | point to a GoSensor object to return newly created sensor. |