Skip to content

Struct SYN_CborReader

ClassList > SYN_CborReader

CBOR decoder state. Caller-allocated; zero heap.

  • #include <syn_cbor_read.h>

Public Attributes

Type Name
const uint8_t * buf
size_t len
bool ok
size_t pos

Public Attributes Documentation

variable buf

const uint8_t* SYN_CborReader::buf;

Input buffer


variable len

size_t SYN_CborReader::len;

Buffer length


variable ok

bool SYN_CborReader::ok;

false after any decode error


variable pos

size_t SYN_CborReader::pos;

Current read position



The documentation for this class was generated from the following file src/syntropic/util/syn_cbor_read.h