com.jaccal.command.gsm
Class GSMGetResponse

java.lang.Object
  extended bycom.jaccal.command.Command
      extended bycom.jaccal.command.iso.ISOCommand
          extended bycom.jaccal.command.iso.ISOGetResponse
              extended bycom.jaccal.command.gsm.GSMGetResponse

public class GSMGetResponse
extends ISOGetResponse

Author:
Thomas Tarpin-Lyonnet

Field Summary
 
Fields inherited from class com.jaccal.command.Command
cla, data, ins, lc, le, p1, p2
 
Constructor Summary
GSMGetResponse(CardResponse cr)
           
 
Method Summary
 void checkSW(StatusWord sw)
           
 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
 

Constructor Detail

GSMGetResponse

public GSMGetResponse(CardResponse cr)
               throws CardException
Method Detail

checkSW

public void checkSW(StatusWord sw)
             throws CardException
Overrides:
checkSW in class ISOGetResponse
Throws:
CardException

setCla

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


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