libqmi-glib Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy |
typedef enum { QMI_SERVICE_UNKNOWN = -1, QMI_SERVICE_CTL = 0, QMI_SERVICE_WDS = 1, QMI_SERVICE_DMS = 2, QMI_SERVICE_NAS = 3, QMI_SERVICE_QOS = 4, QMI_SERVICE_WMS = 5, QMI_SERVICE_PDS = 6, QMI_SERVICE_AUTH = 7, QMI_SERVICE_AT = 8, QMI_SERVICE_VOICE = 9, QMI_SERVICE_CAT2 = 10, QMI_SERVICE_UIM = 11, QMI_SERVICE_PBM = 12, QMI_SERVICE_QCHAT = 13, QMI_SERVICE_RMTFS = 14, QMI_SERVICE_TEST = 15, QMI_SERVICE_LOC = 16, QMI_SERVICE_SAR = 17, QMI_SERVICE_IMS = 18, QMI_SERVICE_ADC = 19, QMI_SERVICE_CSD = 20, QMI_SERVICE_MFS = 21, QMI_SERVICE_TIME = 22, QMI_SERVICE_TS = 23, QMI_SERVICE_TMD = 24, QMI_SERVICE_SAP = 25, QMI_SERVICE_WDA = 26, QMI_SERVICE_TSYNC = 27, QMI_SERVICE_RFSA = 28, QMI_SERVICE_CSVT = 29, QMI_SERVICE_QCMAP = 30, QMI_SERVICE_IMSP = 31, QMI_SERVICE_IMSVT = 32, QMI_SERVICE_IMSA = 33, QMI_SERVICE_COEX = 34, /* 35, reserved */ QMI_SERVICE_PDC = 36, /* 37, reserved */ QMI_SERVICE_STX = 38, QMI_SERVICE_BIT = 39, QMI_SERVICE_IMSRTP = 40, QMI_SERVICE_RFRPE = 41, QMI_SERVICE_DSD = 42, QMI_SERVICE_SSCTL = 43, QMI_SERVICE_CAT = 224, QMI_SERVICE_RMS = 225, QMI_SERVICE_OMA = 226 } QmiService;
QMI services.
Unknown service. | |
Control service. | |
Wireless Data Service. | |
Device Management Service. | |
Network Access Service. | |
Quality Of Service service. | |
Wireless Messaging Service. | |
Position Determination Service. | |
Authentication service. | |
AT service. | |
Voice service. | |
Card Application Toolkit service (v2). | |
User Identity Module service. | |
Phonebook Management service. | |
QCHAT service. | |
Remote file system service. | |
Test service. | |
Location service (~ PDS v2). | |
Service access proxy service. | |
IMS settings service. | |
Analog to digital converter driver service. | |
Core sound driver service. | |
Modem embedded file system service. | |
Time service. | |
Thermal sensors service. | |
Thermal mitigation device service. | |
Service access proxy service. | |
Wireless data administrative service. | |
TSYNC control service. | |
Remote file system access service. | |
Circuit switched videotelephony service. | |
Qualcomm mobile access point service. | |
IMS presence service. | |
IMS videotelephony service. | |
IMS application service. | |
Coexistence service. | |
Persistent device configuration service. | |
Simultaneous transmit service. | |
Bearer independent transport service. | |
IMS RTP service. | |
RF radiated performance enhancement service. | |
Data system determination service. | |
Subsystem control service. | |
Card Application Toolkit service (v1). | |
Remote Management Service. | |
Open Mobile Alliance device management service. |
const gchar * qmi_service_get_string (QmiService val
);
Gets the nickname string for the QmiService specified at val
.
|
a QmiService. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|