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