Diffusion C API  6.7.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CBOR_VALUE_UNION_T Union Reference

Data Fields

uint64_t as_uint
 Value of a CBOR_TYPE_UNSIGNED_INT.
 
int64_t as_negint
 Value of a CBOR_TYPE_NEGATIVE_INT.
 
char * as_bytes
 Pointer to bytes for a CBOR_TYPE_BYTE_STRING or CBOR_TYPE_TEXT_STRING type. More...
 
void * as_semantic_tag
 Pointer to data relevant to a CBOR_TYPE_SEMANTIC_TAG.
 
double as_float
 Value of a CBOR_TYPE_FLOAT.
 

Field Documentation

char* CBOR_VALUE_UNION_T::as_bytes

Pointer to bytes for a CBOR_TYPE_BYTE_STRING or CBOR_TYPE_TEXT_STRING type.


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