pub fn flash_reply_data(eth_frame: &[u8]) -> Option<&[u8]>Expand description
The flash bytes of a reply: header, one status byte at 14, then up to
FLASH_CHUNK_BYTES of data.
pub fn flash_reply_data(eth_frame: &[u8]) -> Option<&[u8]>The flash bytes of a reply: header, one status byte at 14, then up to
FLASH_CHUNK_BYTES of data.