 |
RDK Documentation (Open Sourced RDK Components)
|
30 #include "ccec/drivers/hdmi_cec_driver.h"
31 #include "ccec/drivers/iarmbus/CecIARMBusMgr.h"
34 int main(
int argc,
char *argv[])
IARM_Result_t IARM_Bus_Term(void)
This API is used to terminate the IARM-Bus library.
int HdmiCecClose(int handle)
close an instance of CEC driver. This function should close the currently opened driver instance.
#define IARM_BUS_CECMGR_NAME
int HdmiCecOpen(int *handle)
opens an instance of CEC driver. This function should be call once before the functions in this API...
IARM_Result_t IARM_Bus_Disconnect(void)
This API disconnect Application from IARM Bus so the application will not receive any IARM event or R...
RDK IARM-Bus API Declarations.
IARM_Result_t IARM_Bus_Connect(void)
This API is used to connect application to the IARM bus daemon. After connected, the application can ...
IARM_Result_t IARM_Bus_Init(const char *name)
This API is used to initialize the IARM-Bus library.