RDK Documentation (Open Sourced RDK Components)

Description

TR-069 Device.MoCA.Interface.QoS object Getter API

This is the getter group of API for the Device.MoCA.Interface.{i}.QoS 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_MoCA_Interface_QoS_EgressNumFlows. In this case, the path is "Device.MoCA.Interface.{i}.QoS.EgressNumFlows".
[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).

Data Structures

class  MoCAInterfaceQoS
 

Data Structure Documentation

◆ MoCAInterfaceQoS

class MoCAInterfaceQoS

Definition at line 91 of file Device_MoCA_Interface_QoS.h.

Collaboration diagram for MoCAInterfaceQoS:
Collaboration graph

Public Member Functions

int get_EgressNumFlows (HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
 Get the number of QoS flows that this interface has from the MoCA network. More...
 
int get_IngressNumFlows (HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
 Get the number of QoS flows that this interface has onto the MoCA network. More...
 
int get_FlowStatsNumberOfEntries (HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
 Get the number of entries in the FlowStats table. More...
 

Static Public Member Functions

static class MoCAInterfaceQoSgetInstance ()
 

Private Attributes

int dev_id
 

Static Private Attributes

static GHashTable * ifHash
 
static class MoCAInterfaceQoSInstance = NULL