Skip to main content

ESC_MASK

Constant ESC_MASK 

Source
pub const ESC_MASK: u8 = 0x20; // 32u8
Expand description

XOR mask applied after ESC to recover the original byte and at encode time to produce the escaped byte. The escaped form of FLAG (0x5E) and ESC (0x5D) can never collide with another FLAG or ESC in the byte stream.