EVE 1.0
asn1_result_t Struct Reference

#include <asn1.h>

Data Fields

void * value
 
uint32_t size
 

Detailed Description

ASN.1 result descriptor

Definition at line 92 of file asn1.h.

Field Documentation

void* asn1_result_t::value

Pointer to the buffer for the variable

Definition at line 93 of file asn1.h.

uint32_t asn1_result_t::size

Size of the variable as obtained from the ASN.1 data block

Definition at line 94 of file asn1.h.