IsDataAvailable
Checks whether the data queue contains data to process.
Declaration
bool IsDataAvailable(void);Return Value
true if the queue contains data to process, or false if it is empty.
Checks whether the data queue contains data to process.
bool IsDataAvailable(void);true if the queue contains data to process, or false if it is empty.