|
Gocator API
|
Receives a set of sensor data messages.
Sensor data messages can be received synchronously using this function or asynchronously by registering a callback with the GoSystem_SetDataHandler function.
NOTE: Data received with this function must be destroyed after use, otherwise a memory leak will result.
| system | GoSystem object. |
| data | Set of sensor data messages. |
| timeout | Duration to wait for messages, in microseconds. |