get_device_by_iface
Description:
public unowned Device get_device_by_iface (
string iface)
Gets a Device from a Client.
Parameters:
this |
a Client
|
iface |
the interface name to search for
|
Returns:
the Device for the given iface or null if none is found.
|