com.jaccal.command.gsm
Class GSMReadRecord

java.lang.Object
  extended bycom.jaccal.command.Command
      extended bycom.jaccal.command.iso.ISOCommand
          extended bycom.jaccal.command.iso.ISOReadRecord
              extended bycom.jaccal.command.gsm.GSMReadRecord

public class GSMReadRecord
extends ISOReadRecord

Author:
Thomas Tarpin-Lyonnet

Field Summary
static byte CURRENT_REC
           
static byte NEXT_REC
           
static byte PREV_REC
           
 
Fields inherited from class com.jaccal.command.Command
cla, data, ins, lc, le, p1, p2
 
Constructor Summary
GSMReadRecord(String recordNumber, String lc, byte mode)
          Construct a GSM command that reads a record file.
 
Method Summary
 void setCla(byte cla)
           
 
Methods inherited from class com.jaccal.command.Command
getBytes, getCla, getData, getIns, getLc, getLe, getP1, getP2, setData, setLc, setLe, setP1, setP2, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NEXT_REC

public static final byte NEXT_REC
See Also:
Constant Field Values

PREV_REC

public static final byte PREV_REC
See Also:
Constant Field Values

CURRENT_REC

public static final byte CURRENT_REC
See Also:
Constant Field Values
Constructor Detail

GSMReadRecord

public GSMReadRecord(String recordNumber,
                     String lc,
                     byte mode)
              throws CardException
Construct a GSM command that reads a record file.

Parameters:
recordNumber -
lc -
mode -
Throws:
CardException
Method Detail

setCla

public void setCla(byte cla)
Overrides:
setCla in class ISOCommand


Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.