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

Notifies a stream that its data is ready. Call after filling the stream's destination buffer to the requested size.

C
leResult leStream_DataReady(
    leStream* stream
);
Parameters
Parameters 
Description 
leStream* stream 
the stream to notify 
MPLAB® Harmony Graphics Suite