RDK-B
Tr69-TLV HAL Data Types

Description

Data Structures

struct  _Tr69TlvData
 

Typedefs

typedef struct _Tr69TlvData Tr69TlvData
 

Data Structure Documentation

◆ _Tr69TlvData

struct _Tr69TlvData

Definition at line 40 of file Tr69_Tlv.h.

Collaboration diagram for _Tr69TlvData:
Collaboration graph

Data Fields

char URL [256]
 
char Username [50]
 
char Password [128]
 
int EnableCWMP
 
int Tr69Enable
 
int URLchanged
 
int FreshBootUp
 
char ConnectionRequestUsername [50]
 
char ConnectionRequestPassword [128]
 
int AcsOverRide
 

Field Documentation

◆ URL

char _Tr69TlvData::URL[256]

Definition at line 41 of file Tr69_Tlv.h.

◆ Username

char _Tr69TlvData::Username[50]

Definition at line 42 of file Tr69_Tlv.h.

◆ Password

char _Tr69TlvData::Password[128]

Definition at line 43 of file Tr69_Tlv.h.

◆ EnableCWMP

int _Tr69TlvData::EnableCWMP

Definition at line 44 of file Tr69_Tlv.h.

◆ Tr69Enable

int _Tr69TlvData::Tr69Enable

Definition at line 45 of file Tr69_Tlv.h.

◆ URLchanged

int _Tr69TlvData::URLchanged

Definition at line 46 of file Tr69_Tlv.h.

◆ FreshBootUp

int _Tr69TlvData::FreshBootUp

Definition at line 47 of file Tr69_Tlv.h.

◆ ConnectionRequestUsername

char _Tr69TlvData::ConnectionRequestUsername[50]

Definition at line 48 of file Tr69_Tlv.h.

◆ ConnectionRequestPassword

char _Tr69TlvData::ConnectionRequestPassword[128]

Definition at line 49 of file Tr69_Tlv.h.

◆ AcsOverRide

int _Tr69TlvData::AcsOverRide

Definition at line 50 of file Tr69_Tlv.h.

Typedef Documentation

◆ Tr69TlvData