Expand description
DSP0253 byte-stuffed serial medium for MCTP.
Two-layer split:
SerialEncoding: stateless byte-stuffing (0x7E, 0x7D escape pair).MctpSerialMedium: framing (revision byte, byte_count, body, FCS-16, end-flag).
Both layers are gated behind the serial cargo feature.
Structs§
- Mctp
Serial Medium - Mctp
Serial Medium Frame - Serial
Encoding - DSP0253 byte-stuffing transform. Stateless ZST.