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

A data stream manager is a state machine that is currently attempting to stream data from a source that is external to the library and possibly local memory. This stream must be handled to completion before any further rendering can take place.

C
leStreamManager* leGetActiveStream();
MPLAB® Harmony Graphics Suite