public interface BixVReaderProtocol
| Modifier and Type | Field and Description |
|---|---|
static int |
ATR_REQUEST |
static int |
CARD_INSERTED |
static int |
CARD_REMOVED |
static int |
RESET |
static int |
TRANSMIT_DATA |
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect() |
int |
readCommand() |
byte[] |
readData() |
void |
writeData(byte[] data) |
void |
writeDataCommand(int cmd) |
void |
writeEventCommand(int cmd) |
static final int CARD_INSERTED
static final int ATR_REQUEST
static final int TRANSMIT_DATA
static final int RESET
static final int CARD_REMOVED
void disconnect()
int readCommand()
throws IOException
IOExceptionbyte[] readData()
throws IOException
IOExceptionvoid writeData(byte[] data)
throws IOException
IOExceptionvoid writeDataCommand(int cmd)
throws IOException
IOExceptionvoid writeEventCommand(int cmd)
throws IOException
IOException