[][src]Constant esp_idf_sys::ringbuf_type_t_RINGBUF_TYPE_BYTEBUF

pub const ringbuf_type_t_RINGBUF_TYPE_BYTEBUF: ringbuf_type_t

Byte buffers store data as a sequence of bytes and do not maintain separate items, therefore byte buffers have no overhead. All data is stored as a sequence of byte and any number of bytes can be sent or retrieved each time.