MPLAB® Harmony Graphics Suite
|
Polls the state of the stream to see if the data request is read. Used if a data ready callback was not provided.
leBool leStream_IsDataReady( leStream* stream );
Parameters |
Description |
leStream* stream |
the stream to poll |
leBool - LE_TRUE if the stream data is ready
MPLAB® Harmony Graphics Suite
|