ltc_asn1_list

A LTC ASN.1 list type

Members

Variables

child
ltc_asn1_list* child;

prev/next entry in the list

data
void* data;

The data to encode or place for decoding

next
ltc_asn1_list* next;
parent
ltc_asn1_list* parent;

prev/next entry in the list

prev
ltc_asn1_list* prev;

prev/next entry in the list

size
c_ulong size;

The size of the input or resulting output

type
int type;

The LTC ASN.1 enumerated type identifier

used
int used;

The used flag, this is used by the CHOICE ASN.1 type to indicate which choice was made

Meta