MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > b) Core Functions > leStream_IsDataReady Function
MPLAB® Harmony Graphics Suite
leStream_IsDataReady Function

Polls the state of the stream to see if the data request is read. Used if a data ready callback was not provided.

C
leBool leStream_IsDataReady(
    leStream* stream
);
Parameters
Parameters 
Description 
leStream* stream 
the stream to poll 
Returns

leBool - LE_TRUE if the stream data is ready

MPLAB® Harmony Graphics Suite