RDK Documentation (Open Sourced RDK Components)

Description

Describe the details about RDK TR-069 storage service APIs specifications.

Functions

int hostIf_StorageSrvc::handleSetMsg (HOSTIF_MsgData_t *stMsgData)
 This function set the hostIf storage service interface such as total number physical medium entries, attributes of physical medium "Name", "SmartCapable" and "Health". Currently not implemented. More...
 
int hostIf_StorageSrvc::handleGetMsg (HOSTIF_MsgData_t *stMsgData)
 This function get the hostIf storage service interface such as total number physical medium entries, attributes of physical medium "Name", "SmartCapable" and "Health". More...
 

Function Documentation

◆ handleSetMsg()

int hostIf_StorageSrvc::handleSetMsg ( HOSTIF_MsgData_t stMsgData)

This function set the hostIf storage service interface such as total number physical medium entries, attributes of physical medium "Name", "SmartCapable" and "Health". Currently not implemented.

Parameters
[in]stMsgDataHostIf Message Request data contains the storage service attribute value.
Returns
Returns an Integer value.
Return values
0If successfully set the hostIf storage service interface attribute.
-1If Not able to set the hostIf storage service interface attribute.
-2If Not handle the hostIf storage service interface attribute.

◆ handleGetMsg()

int hostIf_StorageSrvc::handleGetMsg ( HOSTIF_MsgData_t stMsgData)

This function get the hostIf storage service interface such as total number physical medium entries, attributes of physical medium "Name", "SmartCapable" and "Health".

Parameters
[in]stMsgDataHostIf Message Request param contains the storage service attribute value.
Returns
Returns an Integer value.
Return values
0If successfully get the hostIf storage service interface attribute.
-1If Not able to get the hostIf storage service interface attribute.
-2If Not handle the hostIf storage service interface attribute.

Definition at line 158 of file Service_Storage.cpp.