NMDeviceGeneric
NMDeviceGeneric
|
|
Functions
nm_device_generic_get_hw_address ()
const char *
nm_device_generic_get_hw_address (NMDeviceGeneric *device
);
nm_device_generic_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 hardware address of the NMDeviceGeneric
[skip]
Returns
the hardware address. This is the internal string used by the
device, and must not be modified.
Types and Values
NM_DEVICE_GENERIC_HW_ADDRESS
#define NM_DEVICE_GENERIC_HW_ADDRESS "hw-address"
NM_DEVICE_GENERIC_TYPE_DESCRIPTION
#define NM_DEVICE_GENERIC_TYPE_DESCRIPTION "type-description"
NMDeviceGeneric
typedef struct _NMDeviceGeneric NMDeviceGeneric;
Property Details
The “type-description”
property
“type-description” char *
A description of the specific type of device this is, or NULL
if not known.
Owner: NMDeviceGeneric
Flags: Read
Default value: NULL