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_load_result Struct Reference

High-level decoding result. More...

#include <data.h>

Data Fields

struct cbor_error error
 Error indicator. More...
 
size_t read
 Number of bytes read. More...
 

Detailed Description

High-level decoding result.

Definition at line 184 of file data.h.

Field Documentation

§ error

struct cbor_error cbor_load_result::error

Error indicator.

Definition at line 186 of file data.h.

§ read

size_t cbor_load_result::read

Number of bytes read.

Definition at line 188 of file data.h.


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