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