(handle: syscalls::CommHandle)
| 43 | |
| 44 | impl EthernetDevice { |
| 45 | fn new(handle: syscalls::CommHandle) -> Self { |
| 46 | EthernetDevice{handle:Arc::new(handle)} |
| 47 | } |
| 48 | } |
| 49 | |
| 50 | /// Receive token contains packet data |
nothing calls this directly
no outgoing calls
no test coverage detected