IOemUiccApp
Warning The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.
The IOemUiccApp interface represents a unit of storage and execution within the UICC ("SIM") card.
Methods
The IOemUiccApp interface inherits the methods of the IUnknown interface.
In addition, IOemUiccApp defines the following methods.
Method | Description |
---|---|
Gets the application ID for this UICC application |
|
Gets the type of this UICC application |
|
Get pin lock state of this UICC application |
|
Read from a specific file on this application |
|
Write to a specific file on this application |
|
Get record status for a specific file path on the UICC application |
|
Read from a specific file path on this application |
|
Write to a specific file path on this application |
|
Get the IMSI from the application |
|
Get the SID and NID for the application |
|
Get the subscriber numbers |
Related topics