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

Instructs the stream object to attempt to open the data source through the leApplication_MediaOpenRequest API.

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