|
RDK Documentation (Open Sourced RDK Components)
|
30 #ifndef DEVICE_IP_DIAGNOSTICS_SPEEDTEST_H_
31 #define DEVICE_IP_DIAGNOSTICS_SPEEDTEST_H_
33 #include "hostIf_tr69ReqHandler.h"
41 static const char* SpeedTestProfile;
void processMsg(HOSTIF_MsgData_t *stMsgData)
This function processes the set message for triggering speedtest-client It checks for Enable_Speedtes...
int handleSetMsg(HOSTIF_MsgData_t *stMsgData)
This function sets the profile parameter data It sets the values of Enable_Speedtest,...
hostIf_IP_Diagnostics_SpeedTest()
The constructor checks for the database file at TR69DIR and loads the database It checks for the data...
static hostIf_IP_Diagnostics_SpeedTest & getInstance()
This function provides single instance of hostIF_IP_Diagnostics_SpeedTest.
int handleGetMsg(HOSTIF_MsgData_t *stMsgData)
This function is called when profile parameter needs to be read It gets the values of Enable_Speedtes...