Notification Miscellaneous Constants
A version of this page is also available for
4/8/2010
Miscellaneous notifications (RIL_NCLASS_MISC).
Value | Description |
---|---|
RIL_NOTIFY_SIMNOTACCESSIBLE |
SIM card has been removed or has failed to respond. The lpData notification parameter is NULL. |
RIL_NOTIFY_DTMFSIGNAL |
A DTMF signal has been detected. The lpData notification parameter points to char. |
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_SIGNALQUALITY |
The radio has indicated a change in the signal quality. The lpData notification parameter points to a RILSIGNALQUALITY structure. |
RIL_NOTIFY_MAINTREQUIRED |
Maintenance is required. The lpData notification parameter is null. |
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_SIM_DATACHANGE |
The SIM data has changed. The lpData notification parameter points to a DWORD containing one of the SIM Refresh Constants. |
RIL_NOTIFY_ATLOGGING |
AT command logging data is available. |
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. |
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. For more information, see, Network Identity and Time Zone (NITZ) Support. |
RIL_NOTIFY_EONS |
Enhanced Operator Name String (EONS) information is available or updated. The lpData notification parameter is null. |