bug fix

Dependencies:   HTS221

Embed: (wiki syntax)

« Back to documentation index

cn_cbor_errback Struct Reference

cn_cbor_errback Struct Reference

Errors. More...

#include <cn-cbor.h>

Data Fields

int pos
 The position in the input where the erorr happened.
cn_cbor_error err
 The error, or CN_CBOR_NO_ERROR if none.

Detailed Description

Errors.

Definition at line 169 of file cn-cbor.h.


Field Documentation

The error, or CN_CBOR_NO_ERROR if none.

Definition at line 173 of file cn-cbor.h.

int pos

The position in the input where the erorr happened.

Definition at line 171 of file cn-cbor.h.