Top |
NMDeviceModemCapabilities | nm_device_modem_get_modem_capabilities () |
NMDeviceModemCapabilities | nm_device_modem_get_current_capabilities () |
const char * | nm_device_modem_get_device_id () |
const char * | nm_device_modem_get_operator_code () |
const char * | nm_device_modem_get_apn () |
#define | NM_DEVICE_MODEM_MODEM_CAPABILITIES |
#define | NM_DEVICE_MODEM_CURRENT_CAPABILITIES |
#define | NM_DEVICE_MODEM_DEVICE_ID |
#define | NM_DEVICE_MODEM_OPERATOR_CODE |
#define | NM_DEVICE_MODEM_APN |
NMDeviceModemCapabilities
nm_device_modem_get_modem_capabilities
(NMDeviceModem *self
);
Returns a bitfield of the generic access technology families the modem supports. Not all capabilities are available concurrently however; some may require a firmware reload or reinitialization.
NMDeviceModemCapabilities
nm_device_modem_get_current_capabilities
(NMDeviceModem *self
);
Returns a bitfield of the generic access technology families the modem supports without a firmware reload or reinitialization. This value represents the network types the modem can immediately connect to.
const char *
nm_device_modem_get_device_id (NMDeviceModem *self
);
An identifier used by the modem backend (ModemManager) that aims to uniquely identify the a device. Can be used to match a connection to a particular device.
Since: 1.20
const char *
nm_device_modem_get_operator_code (NMDeviceModem *self
);
The MCC and MNC (concatenated) of the network the modem is connected to.
Since: 1.20
const char *
nm_device_modem_get_apn (NMDeviceModem *self
);
The access point name the modem is connected to.
Since: 1.20