libmbim-glib Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy |
enum MbimDeviceType; enum MbimCellularClass; enum MbimVoiceClass; enum MbimSimClass; enum MbimDataClass; enum MbimSmsCaps; enum MbimCtrlCaps; enum MbimSubscriberReadyState; enum MbimReadyInfoFlag; enum MbimRadioSwitchState; enum MbimPinType; enum MbimPinState; enum MbimPinOperation; enum MbimPinMode; enum MbimPinFormat; enum MbimNwError; enum MbimRegisterAction; enum MbimRegisterState; enum MbimRegisterMode; enum MbimRegistrationFlag; enum MbimPacketServiceAction; enum MbimPacketServiceState; enum MbimActivationCommand; enum MbimCompression; enum MbimAuthProtocol; enum MbimContextIpType; enum MbimActivationState; enum MbimVoiceCallState; enum MbimIPConfigurationAvailableFlag; const gchar * mbim_device_type_get_string (MbimDeviceType val
); gchar * mbim_cellular_class_build_string_from_mask (MbimCellularClass mask
); const gchar * mbim_voice_class_get_string (MbimVoiceClass val
); gchar * mbim_sim_class_build_string_from_mask (MbimSimClass mask
); gchar * mbim_data_class_build_string_from_mask (MbimDataClass mask
); gchar * mbim_sms_caps_build_string_from_mask (MbimSmsCaps mask
); gchar * mbim_ctrl_caps_build_string_from_mask (MbimCtrlCaps mask
); const gchar * mbim_subscriber_ready_state_get_string (MbimSubscriberReadyState val
); gchar * mbim_ready_info_flag_build_string_from_mask (MbimReadyInfoFlag mask
); const gchar * mbim_radio_switch_state_get_string (MbimRadioSwitchState val
); const gchar * mbim_pin_type_get_string (MbimPinType val
); const gchar * mbim_pin_state_get_string (MbimPinState val
); const gchar * mbim_pin_operation_get_string (MbimPinOperation val
); const gchar * mbim_pin_mode_get_string (MbimPinMode val
); const gchar * mbim_pin_format_get_string (MbimPinFormat val
); const gchar * mbim_nw_error_get_string (MbimNwError val
); const gchar * mbim_register_action_get_string (MbimRegisterAction val
); const gchar * mbim_register_state_get_string (MbimRegisterState val
); const gchar * mbim_register_mode_get_string (MbimRegisterMode val
); const gchar * mbim_packet_service_action_get_string (MbimPacketServiceAction val
); const gchar * mbim_packet_service_state_get_string (MbimPacketServiceState val
); const gchar * mbim_activation_command_get_string (MbimActivationCommand val
); const gchar * mbim_compression_get_string (MbimCompression val
); const gchar * mbim_auth_protocol_get_string (MbimAuthProtocol val
); const gchar * mbim_context_ip_type_get_string (MbimContextIpType val
); const gchar * mbim_activation_state_get_string (MbimActivationState val
); const gchar * mbim_voice_call_state_get_string (MbimVoiceCallState val
); gchar * mbim_ip_configuration_available_flag_build_string_from_mask (MbimIPConfigurationAvailableFlag mask
);
GEnum +----MbimDeviceType
GFlags +----MbimCellularClass
GEnum +----MbimVoiceClass
GFlags +----MbimSimClass
GFlags +----MbimDataClass
GFlags +----MbimSmsCaps
GFlags +----MbimCtrlCaps
GEnum +----MbimSubscriberReadyState
GFlags +----MbimReadyInfoFlag
GEnum +----MbimRadioSwitchState
GEnum +----MbimPinType
GEnum +----MbimPinState
GEnum +----MbimPinOperation
GEnum +----MbimPinMode
GEnum +----MbimPinFormat
GEnum +----MbimNwError
GEnum +----MbimRegisterAction
GEnum +----MbimRegisterState
GEnum +----MbimRegisterMode
GFlags +----MbimRegistrationFlag
GEnum +----MbimPacketServiceAction
GEnum +----MbimPacketServiceState
GEnum +----MbimActivationCommand
GEnum +----MbimCompression
GEnum +----MbimAuthProtocol
GEnum +----MbimContextIpType
GEnum +----MbimActivationState
GEnum +----MbimVoiceCallState
GFlags +----MbimIPConfigurationAvailableFlag
typedef enum { MBIM_DEVICE_TYPE_UNKNOWN = 0, MBIM_DEVICE_TYPE_EMBEDDED = 1, MBIM_DEVICE_TYPE_REMOVABLE = 2, MBIM_DEVICE_TYPE_REMOTE = 3 } MbimDeviceType;
Type of device.
typedef enum { MBIM_CELLULAR_CLASS_GSM = 1 << 0, MBIM_CELLULAR_CLASS_CDMA = 1 << 1 } MbimCellularClass;
Cellular class.
typedef enum { MBIM_VOICE_CLASS_UNKNOWN = 0, MBIM_VOICE_CLASS_NO_VOICE = 1, MBIM_VOICE_CLASS_SEPARATED_VOICE_DATA = 2, MBIM_VOICE_CLASS_SIMULTANEOUS_VOICE_DATA = 3 } MbimVoiceClass;
Voice class.
typedef enum { MBIM_SIM_CLASS_LOGICAL = 1 << 0, MBIM_SIM_CLASS_REMOVABLE = 1 << 1 } MbimSimClass;
SIM class.
typedef enum { MBIM_DATA_CLASS_GPRS = 1 << 0, MBIM_DATA_CLASS_EDGE = 1 << 1, MBIM_DATA_CLASS_UMTS = 1 << 2, MBIM_DATA_CLASS_HSDPA = 1 << 3, MBIM_DATA_CLASS_HSUPA = 1 << 4, MBIM_DATA_CLASS_LTE = 1 << 5, /* Bits 6 to 15 reserved for future 3GPP classes */ MBIM_DATA_CLASS_1XRTT = 1 << 16, MBIM_DATA_CLASS_1XEVDO = 1 << 17, MBIM_DATA_CLASS_1XEVDO_REVA = 1 << 18, MBIM_DATA_CLASS_1XEVDV = 1 << 19, MBIM_DATA_CLASS_3XRTT = 1 << 20, MBIM_DATA_CLASS_1XEVDO_REVB = 1 << 21, MBIM_DATA_CLASS_UMB = 1 << 22, /* Bits 23 to 30 reserved for future 3GPP2 classes */ MBIM_DATA_CLASS_CUSTOM = 1 << 31 } MbimDataClass;
Data class.
GPRS. | |
EDGE. | |
UMTS. | |
HSDPA. | |
HSUPA. | |
LTE. | |
1xRTT. | |
1xEV-DO. | |
1xEV-DO RevA | |
1xEV-DV. | |
3xRTT. | |
1xEV-DO RevB. | |
UMB. | |
Custom. |
typedef enum { MBIM_SMS_CAPS_PDU_RECEIVE = 1 << 0, MBIM_SMS_CAPS_PDU_SEND = 1 << 1, MBIM_SMS_CAPS_TEXT_RECEIVE = 1 << 2, MBIM_SMS_CAPS_TEXT_SEND = 1 << 3 } MbimSmsCaps;
SMS capabilities.
typedef enum { MBIM_CTRL_CAPS_REG_MANUAL = 1 << 0, MBIM_CTRL_CAPS_HW_RADIO_SWITCH = 1 << 1, MBIM_CTRL_CAPS_CDMA_MOBILE_IP = 1 << 2, MBIM_CTRL_CAPS_CDMA_SIMPLE_IP = 1 << 3, MBIM_CTRL_CAPS_MULTI_CARRIER = 1 << 4 } MbimCtrlCaps;
Control capabilities.
Device allows manual network selection. | |
Device has a hardware radio power switch. | |
The CDMA function supports Mobile IP. | |
The CDMA function supports Simple IP. | |
Device can work with multiple providers. |
typedef enum { MBIM_SUBSCRIBER_READY_STATE_NOT_INITIALIZED = 0, MBIM_SUBSCRIBER_READY_STATE_INITIALIZED = 1, MBIM_SUBSCRIBER_READY_STATE_SIM_NOT_INSERTED = 2, MBIM_SUBSCRIBER_READY_STATE_BAD_SIM = 3, MBIM_SUBSCRIBER_READY_STATE_FAILURE = 4, MBIM_SUBSCRIBER_READY_STATE_NOT_ACTIVATED = 5, MBIM_SUBSCRIBER_READY_STATE_DEVICE_LOCKED = 6, } MbimSubscriberReadyState;
Ready state of the subscriber.
Not initialized. | |
Initialized. | |
SIM not inserted. | |
Bad SIM. | |
Failure. | |
Not activated. | |
Device locked. |
typedef enum { MBIM_READY_INFO_FLAG_PROTECT_UNIQUE_ID = 1 << 0 } MbimReadyInfoFlag;
typedef enum { MBIM_RADIO_SWITCH_STATE_OFF = 0, MBIM_RADIO_SWITCH_STATE_ON = 1 } MbimRadioSwitchState;
Radio switch state.
typedef enum { MBIM_PIN_TYPE_UNKNOWN = 0, MBIM_PIN_TYPE_CUSTOM = 1, MBIM_PIN_TYPE_PIN1 = 2, MBIM_PIN_TYPE_PIN2 = 3, MBIM_PIN_TYPE_DEVICE_SIM_PIN = 4, MBIM_PIN_TYPE_DEVICE_FIRST_SIM_PIN = 5, MBIM_PIN_TYPE_NETWORK_PIN = 6, MBIM_PIN_TYPE_NETWORK_SUBSET_PIN = 7, MBIM_PIN_TYPE_SERVICE_PROVIDER_PIN = 8, MBIM_PIN_TYPE_CORPORATE_PIN = 9, MBIM_PIN_TYPE_SUBSIDY_PIN = 10, MBIM_PIN_TYPE_PUK1 = 11, MBIM_PIN_TYPE_PUK2 = 12, MBIM_PIN_TYPE_DEVICE_FIRST_SIM_PUK = 13, MBIM_PIN_TYPE_NETWORK_PUK = 14, MBIM_PIN_TYPE_NETWORK_SUBSET_PUK = 15, MBIM_PIN_TYPE_SERVICE_PROVIDER_PUK = 16, MBIM_PIN_TYPE_CORPORATE_PUK = 17 } MbimPinType;
PIN Types.
Unknown or unset. | |
The PIN type is a custom type and is none of the other PIN types listed in this enumeration. | |
The PIN1 key. | |
The PIN2 key. | |
The device to SIM key. | |
The device to very first SIM key. | |
The network personalization key. | |
The network subset personalization key. | |
The service provider (SP) personalization key. | |
The corporate personalization key. | |
The subsidy unlock key. | |
The Personal Identification Number1 Unlock Key (PUK1). | |
The Personal Identification Number2 Unlock Key (PUK2). | |
The device to very first SIM PIN unlock key. | |
The network personalization unlock key. | |
The network subset personalization unlock key. | |
The service provider (SP) personalization unlock key. | |
The corporate personalization unlock key. |
typedef enum { MBIM_PIN_STATE_UNLOCKED = 0, MBIM_PIN_STATE_LOCKED = 1 } MbimPinState;
PIN States.
typedef enum { MBIM_PIN_OPERATION_ENTER = 0, MBIM_PIN_OPERATION_ENABLE = 1, MBIM_PIN_OPERATION_DISABLE = 2, MBIM_PIN_OPERATION_CHANGE = 3 } MbimPinOperation;
typedef enum { MBIM_PIN_MODE_NOT_SUPPORTED = 0, MBIM_PIN_MODE_ENABLED = 1, MBIM_PIN_MODE_DISABLED = 2 } MbimPinMode;
Whether the lock is enabled or disabled.
typedef enum { MBIM_PIN_FORMAT_UNKNOWN = 0, MBIM_PIN_FORMAT_NUMERIC = 1, MBIM_PIN_FORMAT_ALPHANUMERIC = 2 } MbimPinFormat;
Format of the expected PIN code.
typedef enum { MBIM_NW_ERROR_UNKNOWN = 0, MBIM_NW_ERROR_IMSI_UNKNOWN_IN_HLR = 2, MBIM_NW_ERROR_IMSI_UNKNOWN_IN_VLR = 4, MBIM_NW_ERROR_ILLEGAL_ME = 6, MBIM_NW_ERROR_GPRS_NOT_ALLOWED = 7, MBIM_NW_ERROR_GPRS_AND_NON_GPRS_NOT_ALLOWED = 8, MBIM_NW_ERROR_PLMN_NOT_ALLOWED = 11, MBIM_NW_ERROR_LOCATION_AREA_NOT_ALLOWED = 12, MBIM_NW_ERROR_ROAMING_NOT_ALLOWED_IN_LOCATION_AREA = 13, MBIM_NW_ERROR_GPRS_NOT_ALLOWED_IN_PLMN = 14, MBIM_NW_ERROR_NO_CELLS_IN_LOCATION_AREA = 15, MBIM_NW_ERROR_NETWORK_FAILURE = 17, MBIM_NW_ERROR_CONGESTION = 22 } MbimNwError;
Network errors.
Unknown or unset error. | |
IMSI unknown in the HLR. | |
IMSI unknown in the VLR. | |
Illegal ME. | |
GPRS not allowed. | |
GPRS and non-GPRS not allowed. | |
PLMN not allowed. | |
Location area not allowed. | |
Roaming not allowed in the location area. | |
GPRS not allowed in PLMN. | |
No cells in location area. | |
Network failure. | |
Congestion. |
typedef enum { MBIM_REGISTER_ACTION_AUTOMATIC = 0, MBIM_REGISTER_ACTION_MANUAL = 1 } MbimRegisterAction;
Type of registration requested.
typedef enum { MBIM_REGISTER_STATE_UNKNOWN = 0, MBIM_REGISTER_STATE_DEREGISTERED = 1, MBIM_REGISTER_STATE_SEARCHING = 2, MBIM_REGISTER_STATE_HOME = 3, MBIM_REGISTER_STATE_ROAMING = 4, MBIM_REGISTER_STATE_PARTNER = 5, MBIM_REGISTER_STATE_DENIED = 6 } MbimRegisterState;
Registration state.
Unknown registration state. | |
Not registered. | |
Searching. | |
Registered in home network. | |
Registered in roaming network. | |
Registered in a preferred roaming network. | |
Registration denied. |
typedef enum { MBIM_REGISTER_MODE_UNKNOWN = 0, MBIM_REGISTER_MODE_AUTOMATIC = 1, MBIM_REGISTER_MODE_MANUAL = 2 } MbimRegisterMode;
Type of registration requested.
typedef enum { MBIM_REGISTRATION_FLAG_NONE = 0, MBIM_REGISTRATION_FLAG_MANUAL_SELECTION_NOT_AVAILABLE = 1 << 0, MBIM_REGISTRATION_FLAG_MANUAL_PACKET_SERVICE_AUTOMATIC_ATTACH = 1 << 2, } MbimRegistrationFlag;
Registration flags.
typedef enum { MBIM_PACKET_SERVICE_ACTION_ATTACH = 0, MBIM_PACKET_SERVICE_ACTION_DETACH = 1 } MbimPacketServiceAction;
Packet Service Action.
typedef enum { MBIM_PACKET_SERVICE_STATE_UNKNOWN = 0, MBIM_PACKET_SERVICE_STATE_ATTACHING = 1, MBIM_PACKET_SERVICE_STATE_ATTACHED = 2, MBIM_PACKET_SERVICE_STATE_DETACHING = 3, MBIM_PACKET_SERVICE_STATE_DETACHED = 4 } MbimPacketServiceState;
Packet Service State.
typedef enum { MBIM_ACTIVATION_COMMAND_DEACTIVATE = 0, MBIM_ACTIVATION_COMMAND_ACTIVATE = 1 } MbimActivationCommand;
Activation Command.
typedef enum { MBIM_COMPRESSION_NONE = 0, MBIM_COMPRESSION_ENABLE = 1 } MbimCompression;
Compression.
typedef enum { MBIM_AUTH_PROTOCOL_NONE = 0, MBIM_AUTH_PROTOCOL_PAP = 1, MBIM_AUTH_PROTOCOL_CHAP = 2, MBIM_AUTH_PROTOCOL_MSCHAPV2 = 3 } MbimAuthProtocol;
Auth Protocol.
typedef enum { MBIM_CONTEXT_IP_TYPE_DEFAULT = 0, MBIM_CONTEXT_IP_TYPE_IPV4 = 1, MBIM_CONTEXT_IP_TYPE_IPV6 = 2, MBIM_CONTEXT_IP_TYPE_IPV4V6 = 3, MBIM_CONTEXT_IP_TYPE_IPV4_AND_IPV6 = 4 } MbimContextIpType;
Context IP Type.
It is up to the function to decide, the host does not care. | |
IPv4 context. | |
IPv6 context. | |
The context is IPv4, IPv6 or dualstack IPv4v6. | |
Both an IPv4 and an IPv6 context. |
typedef enum { MBIM_ACTIVATION_STATE_UNKNOWN = 0, MBIM_ACTIVATION_STATE_ACTIVATED = 1, MBIM_ACTIVATION_STATE_ACTIVATING = 2, MBIM_ACTIVATION_STATE_DEACTIVATED = 3, MBIM_ACTIVATION_STATE_DEACTIVATING = 4 } MbimActivationState;
Activation State.
typedef enum { MBIM_VOICE_CALL_STATE_NONE = 0, MBIM_VOICE_CALL_STATE_IN_PROGRESS = 1, MBIM_VOICE_CALL_STATE_HANG_UP = 2 } MbimVoiceCallState;
Voice Call State.
typedef enum { /*< underscore_name=mbim_ip_configuration_available_flag >*/ MBIM_IP_CONFIGURATION_AVAILABLE_FLAG_NONE = 0, MBIM_IP_CONFIGURATION_AVAILABLE_FLAG_ADDRESS = 1 << 0, MBIM_IP_CONFIGURATION_AVAILABLE_FLAG_GATEWAY = 1 << 1, MBIM_IP_CONFIGURATION_AVAILABLE_FLAG_DNS = 1 << 2, MBIM_IP_CONFIGURATION_AVAILABLE_FLAG_MTU = 1 << 3, } MbimIPConfigurationAvailableFlag;
Mask of available information about an IP address.
No info available. | |
Address info available. | |
Gateway info available. | |
DNS info available. | |
MTU info available. |
const gchar * mbim_device_type_get_string (MbimDeviceType val
);
Gets the nickname string for the MbimDeviceType specified at val
.
|
a MbimDeviceType. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
gchar * mbim_cellular_class_build_string_from_mask
(MbimCellularClass mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimCellularClass in mask
.
const gchar * mbim_voice_class_get_string (MbimVoiceClass val
);
Gets the nickname string for the MbimVoiceClass specified at val
.
|
a MbimVoiceClass. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
gchar * mbim_sim_class_build_string_from_mask
(MbimSimClass mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimSimClass in mask
.
gchar * mbim_data_class_build_string_from_mask
(MbimDataClass mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimDataClass in mask
.
gchar * mbim_sms_caps_build_string_from_mask
(MbimSmsCaps mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimSmsCaps in mask
.
gchar * mbim_ctrl_caps_build_string_from_mask
(MbimCtrlCaps mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimCtrlCaps in mask
.
const gchar * mbim_subscriber_ready_state_get_string
(MbimSubscriberReadyState val
);
Gets the nickname string for the MbimSubscriberReadyState specified at val
.
|
a MbimSubscriberReadyState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
gchar * mbim_ready_info_flag_build_string_from_mask
(MbimReadyInfoFlag mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimReadyInfoFlag in mask
.
const gchar * mbim_radio_switch_state_get_string (MbimRadioSwitchState val
);
Gets the nickname string for the MbimRadioSwitchState specified at val
.
|
a MbimRadioSwitchState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_pin_type_get_string (MbimPinType val
);
Gets the nickname string for the MbimPinType specified at val
.
|
a MbimPinType. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_pin_state_get_string (MbimPinState val
);
Gets the nickname string for the MbimPinState specified at val
.
|
a MbimPinState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_pin_operation_get_string (MbimPinOperation val
);
Gets the nickname string for the MbimPinOperation specified at val
.
|
a MbimPinOperation. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_pin_mode_get_string (MbimPinMode val
);
Gets the nickname string for the MbimPinMode specified at val
.
|
a MbimPinMode. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_pin_format_get_string (MbimPinFormat val
);
Gets the nickname string for the MbimPinFormat specified at val
.
|
a MbimPinFormat. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_nw_error_get_string (MbimNwError val
);
Gets the nickname string for the MbimNwError specified at val
.
|
a MbimNwError. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_register_action_get_string (MbimRegisterAction val
);
Gets the nickname string for the MbimRegisterAction specified at val
.
|
a MbimRegisterAction. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_register_state_get_string (MbimRegisterState val
);
Gets the nickname string for the MbimRegisterState specified at val
.
|
a MbimRegisterState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_register_mode_get_string (MbimRegisterMode val
);
Gets the nickname string for the MbimRegisterMode specified at val
.
|
a MbimRegisterMode. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_packet_service_action_get_string
(MbimPacketServiceAction val
);
Gets the nickname string for the MbimPacketServiceAction specified at val
.
|
a MbimPacketServiceAction. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_packet_service_state_get_string
(MbimPacketServiceState val
);
Gets the nickname string for the MbimPacketServiceState specified at val
.
|
a MbimPacketServiceState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_activation_command_get_string (MbimActivationCommand val
);
Gets the nickname string for the MbimActivationCommand specified at val
.
|
a MbimActivationCommand. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_compression_get_string (MbimCompression val
);
Gets the nickname string for the MbimCompression specified at val
.
|
a MbimCompression. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_auth_protocol_get_string (MbimAuthProtocol val
);
Gets the nickname string for the MbimAuthProtocol specified at val
.
|
a MbimAuthProtocol. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_context_ip_type_get_string (MbimContextIpType val
);
Gets the nickname string for the MbimContextIpType specified at val
.
|
a MbimContextIpType. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_activation_state_get_string (MbimActivationState val
);
Gets the nickname string for the MbimActivationState specified at val
.
|
a MbimActivationState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
const gchar * mbim_voice_call_state_get_string (MbimVoiceCallState val
);
Gets the nickname string for the MbimVoiceCallState specified at val
.
|
a MbimVoiceCallState. |
Returns : |
a string with the nickname, or NULL if not found. Do not free the returned value. [transfer none]
|
gchar * mbim_ip_configuration_available_flag_build_string_from_mask
(MbimIPConfigurationAvailableFlag mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimIPConfigurationAvailableFlag in mask
.