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 () |
char * | apn | Read |
NMDeviceModemCapabilities | current-capabilities | Read |
char * | device-id | Read |
NMDeviceModemCapabilities | modem-capabilities | Read |
char * | operator-code | Read |
#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 |
NMDeviceModem |
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
#define NM_DEVICE_MODEM_CURRENT_CAPABILITIES "current-capabilities"
“current-capabilities”
property“current-capabilities” NMDeviceModemCapabilities
The generic family of access technologies the modem currently supports without a firmware reload or reinitialization.
Owner: NMDeviceModem
Flags: Read
“device-id”
property “device-id” char *
Owner: NMDeviceModem
Flags: Read
Default value: NULL
Since: 1.20
“modem-capabilities”
property“modem-capabilities” NMDeviceModemCapabilities
The generic family of access technologies the modem supports. Not all capabilities are available at the same time however; some modems require a firmware reload or other reinitialization to switch between eg CDMA/EVDO and GSM/UMTS.
Owner: NMDeviceModem
Flags: Read