E_MhegErr
Definition: mherrors.h:28
MHEG5 engine interface error codes.
uint8_t U8BIT
Definition: techtype.h:93
E_MhegErr MHEG5_StartCIApplication(U32BIT module, U8BIT *application)
Instruct the MHEG5 component to start a specified CI application. This process may be stopped by a ca...
Definition: mh5control.c:1127
E_MhegErr MHEG5_CiFileAcknowledge(U32BIT module, BOOLEAN fileOK, U8BIT *pFileData, U32BIT fileSize)
The MMI FileAcknowledge message, which is a reply from the CI module to an MMI FileRequest sent using...
Definition: mh5control.c:1259
System Wide Global Technical Data Type Definitions.
U8BIT BOOLEAN
Definition: techtype.h:112
E_MhegErr MHEG5_StopCIApplication(U32BIT module)
Stop any currently running CI MHEG5 applications. This is a non-blocking function, and may return before completion. This function will asynchronously return MHEG5_CI_APPLICATION_STOPPED, through through event call back function F_NotifyMhegEvent, when the current CI application(s) have been stopped. If there are no CI applications running then the notification, MHEG5_CI_APPLICATION_STOPPED, will still be sent. If any currently running CI application is stopped then the default DSM-CC auto-boot application will be launched. See section 6.10 of reference [1] for details of interaction between the MHEG-5 component and the CI module.
Definition: mh5control.c:1221
uint32_t U32BIT
Definition: techtype.h:97