Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Messaging notifications (RIL_NCLASS_MESSAGE).
Value | Description |
---|---|
RIL_NOTIFY_MESSAGE |
Incoming message. The lpDatanotification parameter points to RILMESSAGE. |
RIL_NOTIFY_BCMESSAGE |
Incoming broadcast message. The lpDatanotification parameter points to RILMESSAGE. |
RIL_NOTIFY_STATUSMESSAGE |
Incoming status-report message. The lpDatanotification parameter points to RILMESSAGE. |
RIL_NOTIFY_MSGSTORED |
A message has been added to storage. The lpDatanotification parameter points to the storage index assigned to the new message. |
RIL_NOTIFY_MSGDELETED |
A message has been deleted from storage. The lpDatanotification parameter points to the storage index occupied by the deleted message. |
RIL_NOTIFY_MSGSTORAGECHANGED |
One of the message storage locations has been changed. The lpDatanotification parameter points to RILMSGSTORAGEINFO. |
RIL_NOTIFY_MESSAGE_IN_SIM |
Incoming message stored to SIM. The lpDatanotification parameter points to the storage RILMESSAGE_IN_SIM. |
RIL_NOTIFY_BCMESSAGE_IN_SIM |
Incoming broadcast message stored to SIM. The lpDatanotification parameter points to RILMESSAGE_IN_SIM. |
RIL_NOTIFY_STATUSMESSAGE_IN_SIM |
Incoming status-report message stored to SIM. The lpDatanotification parameter points to RILMESSAGE_IN_SIM. |