|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
45 #ifndef HOSTIF_DSCLIENT_REQHANDLER_H_
46 #define HOSTIF_DSCLIENT_REQHANDLER_H_
49 #include "hostIf_updateHandler.h"
60 static updateCallback mUpdateCallback;
62 static int curNumOfDevices[10];
72 static void registerUpdateCallback(updateCallback cb);
73 static void checkForUpdates();
virtual int handleSetMsg(HOSTIF_MsgData_t *stMsgData)
This function is used to handle the set message request of DsClient i.c STBService such as "HDMI",...
virtual bool init()
This function is used to initialize the device manager.
This class provides device setting Client ReqHandler Interface operations for STBService defined unde...
virtual int handleGetMsg(HOSTIF_MsgData_t *stMsgData)
This function is used to handle the get message request of DsClient i.e STBServices components and th...
virtual bool unInit()
This function is used to close all the instances of STB services such as HDMI, VideoOutput,...
The header file provides HostIf message handler information APIs.