UICCDATASTOREACCESSMODE

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 UICCDATASTOREACCESSMODE enumeration specifies the UICC data store access modes.

Syntax

enum UICCDATASTOREACCESSMODE
{
    UICCDATASTORE_PUBLIC     = 0x0001,
    UICCDATASTORE_PRIVATE    = 0x0002
} ;

Constants

  • UICCDATASTORE_PUBLIC
    The access mode is public. Information can be accessed with only the ICCID and property name.

  • UICCDATASTORE_PRIVATE
    The access mode is private. The client ID must match in addition to the ICCID and property name. By using the same client ID, multiple clients can share private data.

Requirements

Header: Generated from CellularAPI_OEM.idl

Cellular COM enumerations

 

 

Send comments about this topic to Microsoft