libcbor 0.12.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
Loading...
Searching...
No Matches
_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 102 of file data.h.

Field Documentation

◆ length

size_t _cbor_bytestring_metadata::length

Definition at line 103 of file data.h.

◆ type

_cbor_dst_metadata _cbor_bytestring_metadata::type

Definition at line 104 of file data.h.


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