RDK Documentation (Open Sourced RDK Components)
TR-069 Object (Device.DHCPv4.Interface.{i}) Public DataStructure

Description

Describe the details about structure used in TR069 Device DHCPv4 Client.

Data Structures

struct  DHCPv4Client
 These values are the members variables of the DHCPv4Client structure. More...
 
struct  DHCPv4ClientParamBackUpFlag
 These values are the members variables of the DHCPv4ClientParamBackUpFlag structure. More...
 

Typedefs

typedef struct DHCPv4Client DHCPv4Client
 These values are the members variables of the DHCPv4Client structure.
 
typedef struct DHCPv4ClientParamBackUpFlag DHCPv4ClientParamBackUpFlag
 These values are the members variables of the DHCPv4ClientParamBackUpFlag structure.
 
typedef enum DHCPv4ClientMembers DHCPv4ClientMembers
 

Enumerations

enum  DHCPv4ClientMembers
 These values are the members of the DHCPv4ClientMembers.
 

Data Structure Documentation

◆ DHCPv4Client

struct DHCPv4Client

These values are the members variables of the DHCPv4Client structure.

Definition at line 120 of file Device_DHCPv4_Client.h.

Collaboration diagram for DHCPv4Client:
Collaboration graph
Data Fields
char interface[256]
char dnsservers[256]
char ipRouters[256]

◆ DHCPv4ClientParamBackUpFlag

struct DHCPv4ClientParamBackUpFlag

These values are the members variables of the DHCPv4ClientParamBackUpFlag structure.

Definition at line 129 of file Device_DHCPv4_Client.h.

Collaboration diagram for DHCPv4ClientParamBackUpFlag:
Collaboration graph
Data Fields
unsigned int interface:1
unsigned int dnsservers:1
unsigned int ipRouters:1