|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
44 #ifndef HOSTIF_TIMECLIENT_REQHANDLER_H_
45 #define HOSTIF_TIMECLIENT_REQHANDLER_H_
48 #include "hostIf_updateHandler.h"
60 static updateCallback mUpdateCallback;
70 static void registerUpdateCallback(updateCallback cb);
71 static void checkForUpdates();
virtual bool init()
This function is use to initialize. Currently not implemented.
virtual int handleGetMsg(HOSTIF_MsgData_t *stMsgData)
This function use to handle the get message request of time client interface and get the attributes o...
TR-069 Device.Time object Public API.
This class provides the interface for getting TimeClient request handler information.
virtual int handleSetMsg(HOSTIF_MsgData_t *stMsgData)
This function is use to handle the set message request of time client interface and set the attribute...
The header file provides HostIf message handler information APIs.
virtual bool unInit()
This function is used to close all the instances of time client.