Share via


SIM Manager Notifications (Compact 2013)

3/26/2014

This section lists all of the available notifications within the simmgr.h file. They consist of the various notifications that are passed to the callback. These notifications are sent to all Subscriber Identity Module (SIM) Manager clients, including the one that made the change affecting the notification. For example, if a phone book entry is added, all clients, including the one that added the phone book entry, will get a SIM_NOTIFY_PBE_STORED notification.

Name

Description

SIM_NOTIFY_CARD_REMOVED

SIM card was removed; lpData is NULL.

SIM_NOTIFY_FILE_REFRESH

Files on the SIM were refreshed; lpData points to a SIMFILEREFRESH structure.

SIM_NOTIFY_MSG_STORED

A message was stored to the SIM; lpData points to a SIMMESSAGECHANGE structure.

SIM_NOTIFY_MSG_DELETED

A message was removed from the SIM; lpData points to a SIMMESSAGECHANGE structure.

SIM_NOTIFY_PBE_STORED

A phone book entry was stored to the SIM; lpData points to a SIMPBECHANGE structure.

SIM_NOTIFY_PBE_DELETED

A phone book entry was removed from the SIM; lpData points to a SIMPBECHANGE structure.

SIM_NOTIFY_MSG_RECEIVED

Class 2 Short Message Service (SMS) was sent directly to the SIM; lpData points to a SIMMESSAGECHANGE structure.

SIM_NOTIFY_RADIOOFF

The radio has been turned off but the AT interpreter is still on; lpData is NULL.

SIM_NOTIFY_RADIOON

The radio is present and is now on; lpData is NULL.

SIM_NOTIFY_RADIOPRESENT

A radio module or driver was installed; lpData points to a DWORD that is 0 if the radio is OFF, and 1 if the radio is ON.

SIM_NOTIFY_RADIOREMOVED

A radio module or driver was removed; lpData is NULL

SIM_NOTIFY_SMSSTORAGEFULL

The SIM SMS Store is full. lpData points to a SIMSMSSTORAGESTATUS structure. This only occurs as a result of SimWriteMessage when its dwStorage parameter value is SIM_SMSSTORAGE_SIM.

SIM_NOTIFY_PBE_CHANGE_ALL

SIM phone book entries were changed

Requirements

Header

simmgr.h

See Also

Reference

SIM Manager Constants
SIM Manager Reference
SIMFILEREFRESH
SIMMESSAGECHANGE
SIMPBECHANGE
SIMSMSSTORAGESTATUS
SIM Manager SMS Storage Constants
SimWriteMessage