Function tapcp::read_flash

source ·
pub fn read_flash(
    offset: usize,
    n: usize,
    socket: &UdpSocket,
    retries: usize
) -> Result<Vec<u8>, Error>
Expand description

Read memory from the onboard flash offset and n are in increments of 4 byte words, just like read_device

Errors

Returns an error on TFTP errors