pub async fn create_client(
devfs: &DirectoryProxy,
mac: MacAddress,
) -> Option<(Client, Port)>
Expand description
Returns a Netdevice client with the specified MAC address, or None if none is found.
pub async fn create_client(
devfs: &DirectoryProxy,
mac: MacAddress,
) -> Option<(Client, Port)>
Returns a Netdevice client with the specified MAC address, or None if none is found.