Top |
const char * | nm_device_ethernet_get_hw_address () |
const char * | nm_device_ethernet_get_permanent_hw_address () |
guint32 | nm_device_ethernet_get_speed () |
gboolean | nm_device_ethernet_get_carrier () |
const char *const * | nm_device_ethernet_get_s390_subchannels () |
#define | NM_DEVICE_ETHERNET_HW_ADDRESS |
#define | NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS |
#define | NM_DEVICE_ETHERNET_SPEED |
#define | NM_DEVICE_ETHERNET_CARRIER |
#define | NM_DEVICE_ETHERNET_S390_SUBCHANNELS |
const char *
nm_device_ethernet_get_hw_address (NMDeviceEthernet *device
);
nm_device_ethernet_get_hw_address
has been deprecated since version 1.24 and should not be used in newly-written code.
Use nm_device_get_hw_address()
instead.
Gets the active hardware (MAC) address of the NMDeviceEthernet
[skip]
const char *
nm_device_ethernet_get_permanent_hw_address
(NMDeviceEthernet *device
);
Gets the permanent hardware (MAC) address of the NMDeviceEthernet
guint32
nm_device_ethernet_get_speed (NMDeviceEthernet *device
);
Gets the speed of the NMDeviceEthernet in Mbit/s.
gboolean
nm_device_ethernet_get_carrier (NMDeviceEthernet *device
);
Whether the device has carrier.
const char *const *
nm_device_ethernet_get_s390_subchannels
(NMDeviceEthernet *device
);
Return the list of s390 subchannels if the device supports them.
array of strings, each specifying one subchannel the s390 device uses to communicate to the host.
[transfer none][element-type utf8]
Since: 1.2