qwf_Service_e

QWF service types

Synopsis:

#include <qwf/qwf_interface.h>
typedef enum {
    QWF_SERVICE_NONE = 0x00000000,
    QWF_SERVICE_UICC = 0x00000001,
    QWF_SERVICE_RC = 0x00000002,
    QWF_SERVICE_CDS = 0x00000004,
    QWF_SERVICE_SMS = 0x00000008,
    QWF_SERVICE_VOICE = 0x00000010,
    QWF_SERVICE_NET = 0x00000020,
    QWF_SERVICE_LCS = 0x00000040,
    QWF_SERVICE_WIFI = 0x00000080
} qwf_Service_e;

Data:

QWF_SERVICE_NONE
No QWF service is active
QWF_SERVICE_UICC
Universal Integrated Circuit Card
QWF_SERVICE_RC
Radio control service
QWF_SERVICE_CDS
Cellular data service
QWF_SERVICE_SMS
SMS service
QWF_SERVICE_VOICE
Cellular voice service
QWF_SERVICE_NET
Networking service
QWF_SERVICE_LCS
Location service
QWF_SERVICE_WIFI
Wi-Fi service

Library:

qwf_interface

Description:

This enumeration type defines constants used in a bitfield representing the active QWF services. The qwf_QueryActiveService() function returns this bitfield.