RDK Documentation (Open Sourced RDK Components)

TR-069 Device.IP.Diagnostics.TraceRoute.RouteHops object Getter API

This is the getter group of API for the Device.IP.Diagnostics.TraceRoute.RouteHops.{i} object.

The interface for all functions is identical and is described here.

Parameters
[in]*nameThis is the complete path name of the parameter extracted from soap message, e.g. get_Device_IP_Diagnostics_TraceRoute_RouteHops_Host. In this case, the path is "Device.IP.Diagnostics.TraceRoute.RouteHops.{i}.Host".
[in]*typeData type of parameter defined for TR-069. This is same as the data type used in the Xi3 data-model.xml file. (see parameter.h)
[out]*valueThis is the value of the parameter requested by the ACS. (see paramaccess.h)
Returns
The status of the operation.
Return values
OKIf parameter requested was successfully fetched. (Same as NO_ERROR).
NO_ERRORIf parameter requested was successfully fetched. (Same as OK).
DIAG_ERRORDiagnostic error.
ERR_???Appropriate error value otherwise (see dimark_globals.h).