Package | Description |
---|---|
com.cloudpos.card |
This package provides access to various types of card interfaces.
|
com.cloudpos.rfcardreader |
This package provides access to the contactless card reader device functionalities.
|
com.cloudpos.smartcardreader |
The package is designed for interacting with smart card reader devices in the CloudPOS system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CPUCard
The
CPUCard interface defines the operations for CPU cards, enabling
the transmission of APDU (Application Protocol Data Unit) commands between
the CPU card and the card reader. |
interface |
FelicaCard
The
FelicaCard interface defines the operations for Felica cards, a type of contactless card,
facilitating the transmission of APDU commands between the Felica card and the card reader. |
interface |
MemoryCard
The
MemoryCard interface defines a set of operations specific to memory cards used in Point of Sale (POS) systems. |
interface |
MifareCard
The
MifareCard interface for managing Mifare contactless memory cards. |
interface |
MifareUltralightCard
The
MifareUltralightCard interface for Mifare UltraLight cards, also known as MF0, a type of memory card. |
interface |
SLE4442Card
The
SLE4442Card interface for handling SLE4442 smart cards, which combine functionalities of both smart cards and memory cards. |
Modifier and Type | Method and Description |
---|---|
Card |
RFCardReaderOperationResult.getCard()
Retrieves the card involved in the operation.
|
Modifier and Type | Method and Description |
---|---|
Card |
SmartCardReaderOperationResult.getCard()
Retrieves the card object involved in the operation.
|