Gocator API
|
Sets a callback function that can be used to receive sensor health messages asynchronously.
Sensor health messages can be received synchronously using the GoSystem_ReceiveHealth function or asynchronously by registering a callback function. If a callback function is registered, a background thread will be created to perform notifications.
To unregister a previously-registered health handler, call this function using kNULL in place of the callback function argument.
system | GoSystem object. |
function | Health callback function (or kNULL to unregister). |
receiver | Receiver argument, passed to callback. |