Notification Miscellaneous Constants (Compact 2013)

3/26/2014

Miscellaneous notifications (RIL_NCLASS_MISC).

Value

Description

RIL_NOTIFY_ATLOGGING

AT command logging data is available.

RIL_NOTIFY_BEARERSVCINFO

Bearer service information; lpData points to a RILBEARERSVCINFO structure.

RIL_NOTIFY_DATACOMPINFO

Data compression information; lpData points to a RILDATACOMPINFO structure.

RIL_NOTIFY_DTMFSIGNAL

A DTMF signal has been detected. The lpData notification parameter points to char.

RIL_NOTIFY_EONS

Enhanced Operator Name String (EONS) information is available or updated. The lpData notification parameter is null.

RIL_NOTIFY_EQUIPMENTINFO

Equipment information; lpData points to a RILEQUIPMENTINFO structure.

RIL_NOTIFY_ERRORCORRECTIONINFO

Error correction information; lpData points to a RILERRORCORRECTIONINFO structure.

RIL_NOTIFY_GPRSADDRESS

GPRS address; lpData points to a WCHAR array containing the address

RIL_NOTIFY_GPRSATTACHED

The GPRS attach state. lpData points to a BOOL that indicates the attach state: TRUE is attached, FALSE is detached.

RIL_NOTIFY_GPRSCONTEXT

This is a GPRS context activated list. lpData points to a RILGPRSCONTEXT structure.

RIL_NOTIFY_GPRSCONTEXTACTIVATED

This is a GPRS context activated list. lpData points to a RILGPRSCONTEXTACTIVATED structure.

RIL_NOTIFY_GPRSCLASS_NETWORKCHANGED

Network has indicated a change in GPRS class. The lpData notification parameter points to a DWORD containing the new GPRS class constant.

RIL_NOTIFY_GPRSCLASS_RADIOCHANGED

The radio has indicated a change in GPRS class. The lpData notification parameter points to a DWORD containing the new GPRS class constant.

RIL_NOTIFY_LINESTATE

Line state; lpData points to a DWORD containing a Line Status Constants value.

RIL_NOTIFY_MAINTREQUIRED

Maintenance is required. The lpData notification parameter is null.

RIL_NOTIFY_NITZ

Indicates Network Identity and Time Zone (NITZ) data has changed. The lpData notification parameter points to a RILNITZINFO structure.

The RIL driver must send this notification and RILNITZINFO when the radio sends a time zone change notification.

RIL_NOTIFY_PRIVACYCHANGED

The radio has indicated a change in the call privacy status. The lpData notification parameter points to a DWORD containing the new privacy status constant. See RIL_GetCurrentPrivacyStatus for possible values.

RIL_NOTIFY_QOSMIN

This is a response to a request for a quality of service profile. lpData points to a RILGPRSQOSPROFILE structure.

RIL_NOTIFY_QOSREQ

This is a response to a request for a quality of service profile. lpData points to a RILGPRSQOSPROFILE structure.

RIL_NOTIFY_RLPOPTIONS

This is a response to a request for a quality of service profile. lpData points to a RILRLPINFO structure.

RIL_NOTIFY_SIGNALQUALITY

The radio has indicated a change in the signal quality. The lpData notification parameter points to a RILSIGNALQUALITY structure.

RIL_NOTIFY_SIM_DATACHANGE

The SIM data has changed. The lpData notification parameter points to a DWORD containing one of the SIM Refresh Constants.

RIL_NOTIFY_SIMNOTACCESSIBLE

SIM card has been removed or has failed to respond. The lpData notification parameter is NULL.

RIL_NOTIFY_SIMSECURITYSTATUS

SIM security status change; lpData points to a RILSIMSECURITYSTATUS structure.

RIL_NOTIFY_SIMSTATUSCHANGED

The SIM card status has changed. The lpData notification parameter points to a DWORD containing one of the SIM Status Constants. Notification is sent only when an error condition has occurred in the radio.

See Also

Reference

RIL Notifications
Notification Class Constants
GPRS Class Constants