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

High-level decoding result. More...

#include <data.h>

Data Fields

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

Detailed Description

High-level decoding result.

Definition at line 206 of file data.h.

Field Documentation

◆ error

struct cbor_error cbor_load_result::error

Error indicator.

Definition at line 208 of file data.h.

◆ read

size_t cbor_load_result::read

Number of bytes read.

Definition at line 210 of file data.h.


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