NMDeviceEthernet

NMDeviceEthernet

Properties

gboolean carrier Read
gchar * hw-address Read
gchar * perm-hw-address Read
guint speed Read

Object Hierarchy

    GObject
    ╰── NMObject
        ╰── NMDevice
            ╰── NMDeviceEthernet

Description

Functions

nm_device_ethernet_get_hw_address ()

const char *
nm_device_ethernet_get_hw_address (NMDeviceEthernet *device);

Gets the active hardware (MAC) address of the NMDeviceEthernet

Parameters

device

a NMDeviceEthernet

 

Returns

the active hardware address. This is the internal string used by the device, and must not be modified.


nm_device_ethernet_get_permanent_hw_address ()

const char *
nm_device_ethernet_get_permanent_hw_address
                               (NMDeviceEthernet *device);

Gets the permanent hardware (MAC) address of the NMDeviceEthernet

Parameters

device

a NMDeviceEthernet

 

Returns

the permanent hardware address. This is the internal string used by the device, and must not be modified.


nm_device_ethernet_get_speed ()

guint32
nm_device_ethernet_get_speed (NMDeviceEthernet *device);

Gets the speed of the NMDeviceEthernet.

Parameters

device

a NMDeviceEthernet

 

Returns

the speed of the device


nm_device_ethernet_get_carrier ()

gboolean
nm_device_ethernet_get_carrier (NMDeviceEthernet *device);

Whether the device has carrier.

Parameters

device

a NMDeviceEthernet

 

Returns

TRUE if the device has carrier

Types and Values

NM_DEVICE_ETHERNET_HW_ADDRESS

#define NM_DEVICE_ETHERNET_HW_ADDRESS  "hw-address"


NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS

#define NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS "perm-hw-address"


NM_DEVICE_ETHERNET_SPEED

#define NM_DEVICE_ETHERNET_SPEED       "speed"


NM_DEVICE_ETHERNET_CARRIER

#define NM_DEVICE_ETHERNET_CARRIER     "carrier"

Property Details

The “carrier” property

  “carrier”                  gboolean

Flags: Read

Default value: FALSE


The “hw-address” property

  “hw-address”               gchar *

Flags: Read

Default value: NULL


The “perm-hw-address” property

  “perm-hw-address”          gchar *

Flags: Read

Default value: NULL


The “speed” property

  “speed”                    guint

Flags: Read

Default value: 0