public interface IReader
| Modifier and Type | Method and Description |
|---|---|
void |
Close() |
Card |
ConnectCard(java.lang.String CardClass,
byte PreferredProtocols) |
Card |
ConnectCard(java.lang.String CardClass,
int Slot,
byte PreferredProtocols) |
void |
DisConnectCard() |
boolean |
isCardPresent() |
void |
logData(java.lang.String message) |
void |
logLevel(int level) |
void |
Open() |
byte[] |
Read() |
byte[] |
Transmit(byte[] data) |
void |
WaitCardEvent(int event) |
void |
Write(byte[] cmd) |
void logLevel(int level)
void logData(java.lang.String message)
void Open() throws SCException
SCExceptionvoid Close()
void Write(byte[] cmd)
throws SCException
SCExceptionbyte[] Read()
throws SCException
SCExceptionCard ConnectCard(java.lang.String CardClass, byte PreferredProtocols) throws SCException
SCExceptionvoid DisConnectCard()
throws SCException
SCExceptionbyte[] Transmit(byte[] data)
throws SCException
SCExceptionvoid WaitCardEvent(int event)
throws SCException
SCExceptionboolean isCardPresent()
throws SCException
SCExceptionCard ConnectCard(java.lang.String CardClass, int Slot, byte PreferredProtocols) throws SCException
SCExceptionCopyright © 2025. All rights reserved.