|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
46 #ifndef HOSTIF_ETHERNETCLIENT_REQHANDLER_H_
47 #define HOSTIF_ETHERNETCLIENT_REQHANDLER_H_
50 #include "hostIf_updateHandler.h"
61 static updateCallback mUpdateCallback;
63 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 ethernet interface attribute such as "Enab...
virtual int handleGetMsg(HOSTIF_MsgData_t *stMsgData)
This function is used to handle the get message request of ethernet interface attributes such as "Ena...
This class provides the interface for getting Ethernet client request handler information.
virtual bool unInit()
This function is used to close all the instances of ethernet interface and ethernet interface stats.
virtual bool init()
This function is used to initialize. Currently not implemented.
The header file provides HostIf message handler information APIs.