nRF5 SDK for Thread and Zigbee v1.0.0
Choose documentation:
mbedtls_asn1_named_data Struct Reference

#include <asn1.h>

Data Fields

mbedtls_asn1_buf oid
 
mbedtls_asn1_buf val
 
struct mbedtls_asn1_named_datanext
 
unsigned char next_merged
 

Detailed Description

Container for a sequence or list of 'named' ASN.1 data items

Field Documentation

struct mbedtls_asn1_named_data* mbedtls_asn1_named_data::next

The next entry in the sequence.

unsigned char mbedtls_asn1_named_data::next_merged

Merge next item into the current one?

mbedtls_asn1_buf mbedtls_asn1_named_data::oid

The object identifier.

mbedtls_asn1_buf mbedtls_asn1_named_data::val

The named value.


The documentation for this struct was generated from the following file: