SIM Manager Functions (Windows Embedded CE 6.0)
1/6/2010
This section lists all of the available functions within the simmgr.h file. These functions are part of the SIM Manager API set that enables access to information stored on the SIM or USIM card.
Function | Description |
---|---|
The callback function prototype that SIM Manager uses when sending notifications. |
|
Changes a locking password. |
|
De-initializes a handle for a Subscriber Identity Module (HSIM). |
|
Deletes a Short Message Service (SMS) from a particular storage location. |
|
Deletes a phone book entry from the SIM card. |
|
Gets the device capabilities of the SIM. |
|
Gets the locking status of the phone. |
|
Gets the phone book capabilities of the SIM. |
|
Gets the status of a phonebook location. |
|
Checks whether the SIM is currently awaiting a password. |
|
Contains information about a particular record. |
|
Gets the status of a Short Message Service (SMS) storage location. |
|
Must be called by applications to use any of the functions in this API. Passing in a function callback is required only for applications that subscribe for notifications. |
|
Reads a Short Message Service (SMS) from a particular storage location. |
|
Reads extended phone book entries. |
|
Reads a phone book entry from the SIM card. |
|
Reads the name value for a given index and tag. |
|
Reads a file from the SIM. |
|
Sets the locking status of the phone. |
|
Sends a password to unlock the phone. |
|
Writes a Short Message Service (SMS) message to a particular storage location on the SIM card. |
|
Writes a phone book entry to the SIM card. |
|
Writes extended phone book entries on the SIM card. |
|
Writes the name value for a given index and tag. |
|
Writes a file to the SIM. |