|
FireSync API
|
| kStatus kSystem_ReceiveHealth | ( | kSystem | system, |
| kHealthMsg * | info, | ||
| k64u | timeout | ||
| ) |
Waits until at least one health message has been received and then returns the message.
This function can be used as an alternative to registering a health callback.
Messages receieved via this method should be disposed (kObject_Dispose) when no longer needed.
This method is thread-safe.
| system | System object. |
| info | The health message object that was received. |
| timeout | Timeout duration, in microseconds. |