|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
76 #ifndef HOSTIF_DEVICECLIENT_REQHANDLER_H_
77 #define HOSTIF_DEVICECLIENT_REQHANDLER_H_
80 #include "hostIf_updateHandler.h"
91 static updateCallback mUpdateCallback;
93 static int curNumOfProcess[100];
94 static int curNumOfProcessor[10];
104 static void registerUpdateCallback(updateCallback cb);
105 static void checkForUpdates();
virtual bool unInit()
This function is used to close all the instances of device info, device processor interface,...
virtual int handleSetMsg(HOSTIF_MsgData_t *stMsgData)
This function is used to set the Device reset, FirmwareDownload and FirmwareDownload Status....
enum _tr69HostIfMgr_EventId_t IARM_Bus_tr69HostIfMgr_EventId_t
enum _HostIf_ParamType HostIf_ParamType_t
This class provides the interface for getting device client request handler information.
virtual bool init()
This function is used to initialize all the current process and processor to '0' using memset.
The header file provides HostIf message handler information APIs.
virtual int handleGetMsg(HOSTIF_MsgData_t *stMsgData)
This function is used to get the Process information such as "PID", "Command" "Size",...