SIM Manager Record Type Constants (Compact 2013)
3/26/2014
These constants document the types of records available in Subscriber Identity Module (SIM) modules.
Constant |
Value |
Description |
---|---|---|
SIM_RECORDTYPE_UNKNOWN |
0x00000000 |
An unknown record type. |
SIM_RECORDTYPE_TRANSPARENT |
0x00000001 |
A single variable-length record. |
SIM_RECORDTYPE_CYCLIC |
0x00000002 |
A cyclic set of records, each of the same length. |
SIM_RECORDTYPE_LINEAR |
0x00000003 |
A linear set of records, each of the same length. |
SIM_RECORDTYPE_MASTER |
0x00000004 |
Every SIM has a single master record, effectively the head node. |
SIM_RECORDTYPE_DEDICATED |
0x00000005 |
Effectively, a directory record that is a parent of other records. |
Requirements
Header |
simmgr.h |
See Also
Reference
SIM Manager Constants
SIM Manager Reference
SimGetRecordInfo
SimReadRecord
SimWriteRecord