ACK -
Static variable in class com.sun.javacard.apduio.TLP224Message
This field contains the ACK code which is returned to the sender as the
first octet of a TLP224 response when a message has been successfully
received.
The CadT1Dual class manages two T1 connections It uses two instances of
ServerT1Data to store status of the protocols
Two initialize the class, use constructor with contacted socket and set
contacted_atr
It contactless connection is also available, set also contactless socket and
contactless atr
This class uses two instances of T1BlockReade to listen to incoming blocks
This status code is returned by the Server CAD when an ISO_INPUT or
ISO_OUTPUT command has been issued without first issuing a TLP224
POWER_UP command.
STATUS_CODES -
Static variable in class com.sun.javacard.apduio.Apdu
This status code is returned by the Server CAD when an ISO_INPUT or
ISO_OUTPUT command has been issued and the INS byte contains either a
0x6x or 0x9x value.
This status code is returned by the Server CAD when the P3 parameter in
the ISO 7816-4 header does not correspond to the actual length of the
data sent to or from the card.
This method receives a T=1 block of data - if none are pending - or
copies the data of an already- received block into the APDU buffer at the
offset specified.
This method receives a T=1 block of data - if none are pending - or
copies the data of an already- received block into the APDU buffer at the
offset specified.
This method sends a T=1 block data in the APDU buffer specified bythe
offset and length passed, and waits for acknowledgement transmission,
without copying any data that might come along on that transmission.
This method sends a T=1 block data in the APDU buffer specified bythe
offset and length passed, and waits for acknowledgement transmission,
without copying any data that might come along on that transmission.