Skip to main content

Module frame

Module frame 

Source
Expand description

Frame encoding, decoding, and typed payload access.

Structs§

EraseData
Typed Erase request data.
Frame
Wire frame: SYNC(2) + CMD(1) + STATUS(1) + ADDR(4) + LEN(2) + DATA(len) + CRC(2)
InfoData
Typed Info response data.
VerifyData
Typed Verify response data.

Constants§

MAX_PAYLOAD
Maximum data payload size per frame.

Unions§

Data
Union-typed data payload.