class NetworkInterface |
|
This device interface is available on network interfaces. |
|
Creates a new NetworkInterface object.
You generally won't need this. It's created when necessary using
Device.as().
backendObject - the device interface object provided by the backend See also Solid.Device.as() |
|
|
Get the Solid.DeviceInterface.Type of the NetworkInterface device interface.
Returns the NetworkInterface device interface type See also Solid.Ifaces.Enums.DeviceInterface.Type |
|
Retrieves the hardware address of the interface.
Returns the hardware address as a string |
|
Retrieves the name of the interface in the system.
This name is system dependent, it allows to identify the interface
in the system. For example it can be of the form "eth0" under Linux.
Returns the interface name |
|
Indicates if this interface is wireless.
Returns true if the interface is wireless, false otherwise |
|
Retrieves the MAC address of the interface.
Returns the MAC address |