RDK Documentation (Open Sourced RDK Components)

Description

Describe the details about TR069 DeviceInfo processor APIs specifications.

Functions

int hostIf_DeviceProcessorInterface::get_Device_DeviceInfo_Processor_Architecture (HOSTIF_MsgData_t *, bool *pChanged=NULL)
 This function use to get the architecture of the processor on the underlying hardware. More...
 

Function Documentation

◆ get_Device_DeviceInfo_Processor_Architecture()

int hostIf_DeviceProcessorInterface::get_Device_DeviceInfo_Processor_Architecture ( HOSTIF_MsgData_t stMsgData,
bool *  pChanged = NULL 
)

This function use to get the architecture of the processor on the underlying hardware.

Description. This is the getter api for Device_DeviceInfo_Processor. for Device_DeviceInfo_Processor. object Profile.

Parameters
[in]nameComplete path name of the parameter.
[in]typeIt is a user data type of ParameterType.
[out]valueIt is the value of the parameter.
Return values
OKif successful.
XXX_ERR_BADPARAMif a bad parameter was supplied.
Execution:\n Synchronous.
Side Effects:\n None.
Note
This function must not suspend and must not invoke any blocking system calls. It should probably just send a message to a driver event handler task.
See also
XXX_SomeOtherFunction.
Parameters
[out]stMsgDataTR-069 Host interface message request.
[in]pChangedStatus of the operation.
Returns
Returns the status of the operation.
Return values
OKif it is successfully fetch the data from device.
NOKif not able to fetch the data from device.

Definition at line 173 of file Device_DeviceInfo_Processor.cpp.