Package | Description |
---|---|
com.cloudpos.card |
Provide access to all kinds of cards.
|
com.cloudpos.rfcardreader |
Provide access to the contactless card reader device.
|
com.cloudpos.smartcardreader |
Provide access to the smart card reader device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CPUCard
The interface of CPU card, transmit APDU commands between the CPUCard and the card reader.
|
interface |
MemoryCard
The MemoryCard interface define some general memory card interface.
|
interface |
MifareCard
Defines the contactless Mifare card interface.
|
interface |
MifareUltralightCard
Mifare UltraLight is also called MF0, is one of memory card.
|
interface |
SLE4442Card
Its' both the smartcard and the memory card.
|
Modifier and Type | Method and Description |
---|---|
Card |
RFCardReaderOperationResult.getCard()
Gets the card of scanning.
|
Modifier and Type | Method and Description |
---|---|
Card |
SmartCardReaderOperationResult.getCard()
Gets card.
|