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

Terminates the current active data stream regardless of whether it still has data to receive. It will likely attempt to clean itself up as best it can. Care should be taken in the application to not send data to the stream after it has been aborted.

C
void leAbortActiveStream();
MPLAB® Harmony Graphics Suite