struct asn_named_entry_t
Overview
Element of array, specifying named subvalue in complex ASN.1 value. More…
#include <asn_impl.h> struct asn_named_entry_t { // fields char*const name; const asn_type*const type; asn_tag_t tag; };
Detailed Documentation
Element of array, specifying named subvalue in complex ASN.1 value.
Fields
char*const name
Text label of subvalue
const asn_type*const type
ASN.1 type of subvalue
asn_tag_t tag
Tag of subvalue