Gocator API
|
kStatus GoDiscovery_GetExtendedInfo | ( | GoDiscovery | discovery, |
k32u | deviceId, | ||
GoDiscoveryExtInfo * | info, | ||
kAlloc | allocator | ||
) |
Retrieves a sensor's information.
This function uses UDP broadcasts; the sensor and can be on a different subnet than the client.
discovery | Discovery object. |
deviceId | Sensor device identifier (serial number). |
info | Receives sensor information. |
allocator | Memory allocator. In order to prevent memory leaks, the received information object should be destroyed when no longer used. |