RDK Documentation (Open Sourced RDK Components)

Description

Described herein are functions that are used to initialize and manage MFR library.

Functions

IARM_Result_t MFRLib_Start (void)
 Starts the MFR lib. More...
 
IARM_Result_t MFRLib_Stop (void)
 Terminates the MFR lib. More...
 
IARM_Result_t MFRLib_Loop (void)
 Listens for component specific events from drivers. More...
 
IARM_Result_t mfrMgr_start (void)
 

Function Documentation

◆ MFRLib_Start()

IARM_Result_t MFRLib_Start ( void  )

Starts the MFR lib.

This function registers and connects MFR Manager to the iarm bus. Register Events that this module publishes and register APIs that can be RPCs by other entities on the bus.

Returns
IARM_Result_t Error Code.
Return values
IARM_RESULT_SUCCESSon success

Definition at line 40 of file mfrMgr.c.

◆ MFRLib_Stop()

IARM_Result_t MFRLib_Stop ( void  )

Terminates the MFR lib.

This function disconnects MFR Manager from the iarm bus and terminates MFR Manager.

Returns
IARM_Result_t Error Code.
Return values
IARM_RESULT_SUCCESSon success

Definition at line 61 of file mfrMgr.c.

◆ MFRLib_Loop()

IARM_Result_t MFRLib_Loop ( void  )

Listens for component specific events from drivers.

Returns
IARM_Result_t Error Code.
Return values
IARM_RESULT_SUCCESSon success

Definition at line 66 of file mfrMgr.c.