com.jaccal.command.gsm
Class GSMReadRecord
java.lang.Object
com.jaccal.command.Command
com.jaccal.command.iso.ISOCommand
com.jaccal.command.iso.ISOReadRecord
com.jaccal.command.gsm.GSMReadRecord
- public class GSMReadRecord
- extends ISOReadRecord
- Author:
- Thomas Tarpin-Lyonnet
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 |
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
GSMReadRecord
public GSMReadRecord(String recordNumber,
String lc,
byte mode)
throws CardException
- Construct a GSM command that reads a record file.
- NEXT_REC: reads the next record (recordNumber is not significant)
- PREV_REC: reads the previous record (recordNumber is not significant)
- CURRENR_REC: reads the current record or the one specified by recordNumber
- Parameters:
recordNumber
- lc
- mode
-
- Throws:
CardException
setCla
public void setCla(byte cla)
- Overrides:
setCla
in class ISOCommand
Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.