Package | Description |
---|---|
com.cloudpos.card |
This package provides access to various types of card interfaces.
|
Modifier and Type | Method and Description |
---|---|
MoneyValue |
MifareCard.readValue(int sectorIndex,
int blockOfSector)
Reads E-Wallet data from a specified block.
|
Modifier and Type | Method and Description |
---|---|
void |
MifareCard.writeValue(int sectorIndex,
int blockOfSector,
MoneyValue value)
Writes data to the E-Wallet in a specified block.
|