Type Alias riot_sys::nanocbor_value_t

source ·
pub type nanocbor_value_t = nanocbor_value;
Expand description

@brief decoder context

Aliased Type§

struct nanocbor_value_t {
    pub cur: *const u8,
    pub end: *const u8,
    pub remaining: u64,
    pub flags: u8,
}

Fields§

§cur: *const u8

< Current position in the buffer

§end: *const u8

< End of the buffer

§remaining: u64

< Number of items remaining in the container

§flags: u8

< Flags for decoding hints