Function tapcp::listdev

source ·
pub fn listdev(
    socket: &UdpSocket,
    retries: usize
) -> Result<HashMap<String, (u32, u32)>, Error>
Expand description

Gets the list of all devices supported by the currently running gateware Returns a hash map from device name to (addr,length)

Errors

Returns an error on TFTP errors