Uses of Class
sim.access.SIMViewException

Packages that use SIMViewException
sim.access This package provides the means to the applets for accessing to the GSM data and file system of the GSM application defined in the GSM 11.11 specification.  
 

Uses of SIMViewException in sim.access
 

Methods in sim.access that throw SIMViewException
static void SIMViewException.throwIt(short reason)
          Throws the JCRE instance of SIMViewException with the specified reason.
 short SIMView.select(short fid, byte[] fci, short fciOffset, short fciLength)
          SELECT command as defined in GSM 11.11 standard.
 void SIMView.select(short fid)
          SELECT command as defined in GSM 11.11 standard.
 short SIMView.status(byte[] fci, short fciOffset, short fciLength)
          STATUS command as defined in GSM 11.11 standard.
 short SIMView.readBinary(short fileOffset, byte[] resp, short respOffset, short respLength)
          READ BINARY command as defined in GSM 11.11 standard.
 void SIMView.updateBinary(short fileOffset, byte[] data, short dataOffset, short dataLength)
          UPDATE BINARY command as defined in GSM 11.11 standard.
 short SIMView.readRecord(short recNumber, byte mode, short recOffset, byte[] resp, short respOffset, short respLength)
          READ RECORD command as defined in GSM 11.11 standard.
 void SIMView.updateRecord(short recNumber, byte mode, short recOffset, byte[] data, short dataOffset, short dataLength)
          UPDATE RECORD command as defined in GSM 11.11 standard.
 short SIMView.seek(byte mode, byte[] patt, short pattOffset, short pattLength)
          SEEK command as defined in GSM 11.11 standard.
 short SIMView.increase(byte[] incr, short incrOffset, byte[] resp, short respOffset)
          INCREASE command as defined in GSM 11.11 standard.
 void SIMView.invalidate()
          INVALIDATE command as defined in GSM 11.11 standard.
 void SIMView.rehabilitate()
          REHABILITATE command as defined in GSM 11.11 standard.