RDK Documentation (Open Sourced RDK Components)

Description

Describe the details about data structure used in TR-069 Device IP active port.

Data Structures

struct  Device_IP_ActivePort
 The structure holds the required parameters such as local ipaddress, localport, remoteIpAddress etc.. for the device ip of the active port. More...
 

Data Structure Documentation

◆ Device_IP_ActivePort

struct Device_IP_ActivePort

The structure holds the required parameters such as local ipaddress, localport, remoteIpAddress etc.. for the device ip of the active port.

Definition at line 123 of file Device_IP_ActivePort.h.

Collaboration diagram for Device_IP_ActivePort:
Collaboration graph
Data Fields
char localIpAddress[16]
unsigned int localPort
char remoteIpAddress[16]
unsigned int remotePort
char status[12]