Waits to receive a data message from the sensor's data channel.
Go2Status Go2System_ReceiveData(Go2System system, Go2UInt64 timeout, Go2Data* data);
|
Parameters |
Description |
|
Go2System system |
Go2System object. |
|
Go2UInt64 timeout |
Timeout interval (microseconds). |
|
Go2Data* data |
Receives data message. |
Operation status.
Use the Go2System_ConnectData function to start data transmissions. Do not call Go2System_ReceiveData if a callback was provided to the Go2System_ConnectData function.
Go2System.h