com.licel.jcardsim.smartcardio
Class JCSCardChannel
java.lang.Object
javax.smartcardio.CardChannel
com.licel.jcardsim.smartcardio.JCSCardChannel
public class JCSCardChannel
- extends javax.smartcardio.CardChannel
CardChannel implementation class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCSCardChannel
public JCSCardChannel(JCSCard card,
int channel)
getCard
public javax.smartcardio.Card getCard()
- Specified by:
getCard
in class javax.smartcardio.CardChannel
getChannelNumber
public int getChannelNumber()
- Specified by:
getChannelNumber
in class javax.smartcardio.CardChannel
transmit
public javax.smartcardio.ResponseAPDU transmit(javax.smartcardio.CommandAPDU capdu)
throws javax.smartcardio.CardException
- Specified by:
transmit
in class javax.smartcardio.CardChannel
- Throws:
javax.smartcardio.CardException
transmit
public int transmit(ByteBuffer bb,
ByteBuffer bb1)
throws javax.smartcardio.CardException
- Specified by:
transmit
in class javax.smartcardio.CardChannel
- Throws:
javax.smartcardio.CardException
close
public void close()
throws javax.smartcardio.CardException
- Do nothing.
- Specified by:
close
in class javax.smartcardio.CardChannel
- Throws:
javax.smartcardio.CardException