A.1 Sim.access
11.133GPPRelease 1999Test specification for Subscriber Interface Module (SIM) Application Programme Interface (API) for Java cardTS
Class Name | Acronyms | Numbering on 5 bits |
SIMView | SVW | 00001 |
SIMSystem | SSY | 00010 |
SIMViewException | SVE | 00011 |
A.1.1 SIMView methods
Method Name | Acronyms | Numbering on 6 bits |
---|---|---|
static final Constants | 000001 | |
short increase(byte[] incr, short incrOffset, byte[] resp, short respOffset) | INCR_BS_BS | 000010 |
void invalidate() | INVL | 000011 |
void readBinary(short fileOffset, byte[] resp, short respOffset, short respLength) | REDBS_BSS | 000100 |
short readRecord(short recNumber, byte mode, short recOffset, byte[] resp, short respOffset, short respLength) | REDRSBS_BSS | 000101 |
void rehabilitate() | REHA | 000110 |
short seek(byte mode, byte[] patt, short pattOffset, short pattLength) | SEEKB_BSS | 000111 |
void select(short fid) | SLCTS | 001000 |
short select(short fid, byte[] fci, short fciOffset, short fciLength) | SLCTS_BSS | 001001 |
short status(byte[] fci, short fciOffset, short fciLength) | STAT_BSS | 001010 |
short updateBinary(short fileOffset, byte[] data, short dataOffset, short dataLength) | UPDBS_BSS | 001011 |
void updateRecord(short recNumber, byte mode, short recOffset, byte[] data, short dataOffset, short dataLength) | UPDRSBS_BSS | 001100 |
A.1.2 SIMSystem methods
Method Name | Acronyms | Numbering on 6 bits |
static SIMView getTheSIMView() | GETS | 000001 |
A.1.3 SIMViewException methods
Method Name | Acronyms | Numbering on 6 bits |
static void throwIt(short reason) | THITS | 000001 |
SIMViewException(short reason) | COORS | 000010 |
Constants | CONS | 000011 |