Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
kStatus GoSystem_ReceiveHealth ( GoSystem  system,
GoDataSet data,
k64u  timeout 
)

Receives a set of sensor health messages.

Sensor health messages can be received synchronously using this function or asynchronously by registering a callback with the GoSystem_SetHealthHandler function.

Version
Introduced in firmware 4.0.10.27
Parameters
systemGoSystem object.
dataSet of sensor health messages.
timeoutDuration to wait for messages, in microseconds.
Returns
Operation status.
See also
GoSystem_SetHealthHandler