RDK Documentation (Open Sourced RDK Components)

Description

Describe the details about structure used in TR069 Device ethernet interface.

Data Structures

struct  Device_Ethernet_Interface
 It contains the members variables of the EthernetInterface structure. More...
 

Typedefs

typedef enum EEthInterfaceMembers EEthInterfaceMembers
 
typedef struct Device_Ethernet_Interface EthernetInterface
 It contains the members variables of the EthernetInterface structure.
 

Enumerations

enum  EEthInterfaceMembers
 These values are the members of the EEthInterfaceMembers enum.
 

Data Structure Documentation

◆ Device_Ethernet_Interface

struct Device_Ethernet_Interface

It contains the members variables of the EthernetInterface structure.

Definition at line 120 of file Device_Ethernet_Interface.h.

Collaboration diagram for Device_Ethernet_Interface:
Collaboration graph
Data Fields
bool enable
char status[_BUF_LEN_16]
char alias[64]
char name[64]
unsigned int lastChange
char lowerLayers[1024]
bool upStream
char mACAddress[24]
int maxBitRate
char duplexMode[_BUF_LEN_16]