Skip to main content

DELIMITER

Constant DELIMITER 

Source
pub const DELIMITER: u8 = 0x00;
Expand description

The COBS frame delimiter: a single zero byte, the one value the encoding removes from the payload so it can mark a frame boundary unambiguously.