libcbor  0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
Data Fields
_cbor_bytestring_metadata Struct Reference

Bytestrings specific metadata. More...

#include <data.h>

Data Fields

size_t length
 
_cbor_dst_metadata type
 

Detailed Description

Bytestrings specific metadata.

Definition at line 82 of file data.h.

Field Documentation

§ length

size_t _cbor_bytestring_metadata::length

Definition at line 83 of file data.h.

§ type

_cbor_dst_metadata _cbor_bytestring_metadata::type

Definition at line 84 of file data.h.


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