PROTOCOL_RFCARD_TYPE_A, PROTOCOL_RFCARD_TYPE_B, PROTOCOL_T_0, PROTOCOL_T_1, PROTOCOL_UNKNOWN, STATUS_ABSENT, STATUS_CONNECTED, STATUS_DISCONNECTED
Modifier and Type | Method and Description |
---|---|
byte[] |
transmit(byte[] apdu)
Sends a data buffer to the card reader.
|
getCardStatus, getID, getIDInfo, getProtocol
byte[] transmit(byte[] apdu) throws DeviceException
The data structure is N(2 bytes,little endian) + CmdID (1 bytes) + data
apdu
- data buffer to be transmittedDeviceException
- for the standard reasons that are documented in
DeviceException