Expand description
Frame encoding, decoding, and typed payload access.
Structs§
- Erase
Data - Typed Erase request data.
- Frame
- Wire frame: SYNC(2) + CMD(1) + STATUS(1) + ADDR(4) + LEN(2) + DATA(len) + CRC(2)
- Info
Data - Typed Info response data.
- Verify
Data - Typed Verify response data.
Constants§
- MAX_
PAYLOAD - Maximum data payload size per frame.
Unions§
- Data
- Union-typed data payload.