|
RDK Documentation (Open Sourced RDK Components)
|
36 #include "ccec/CCEC.hpp"
48 IARM_Result_t
init(
void);
49 IARM_Result_t
start(
void);
50 IARM_Result_t
stop(
void);
51 IARM_Result_t
loop(
void);
52 IARM_Result_t
term(
void);
The MessageProcessor class implements a set of overloaded process() methods, with each handling a spe...
IARM_Result_t start(void)
This function is used to start the connection for cec manager by creating and adding the frame listen...
The connection class provides APIs that allows the application to access CEC Bus. A connection is a t...
static CECIARMMgr & getInstance(void)
This function is used to create instance for CECIARMMgr class.
IARM_Result_t init(void)
This function is used to initialize the CEC IARM manager by registering event handlers and function c...
IARM_Result_t stop(void)
This function is used to stop the cec IARM manager connection. It closes the connection,...
IARM_Result_t loop(void)
This function is used to check time the HeartBeat occurs. A HeartBeat protocol is generally used to n...
IARM_Result_t term(void)
This function is used to terminate the CEC IARM connection.