- masterKeyID - Variable in class com.cloudpos.pinpad.KeyInfo
-
Master key index, ranging from 0 to 49.
- match(Fingerprint, Fingerprint) - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Compares two fingerprints and returns the percentage of similarity.
- MEMORY_CARD_AREA_MAIN - Static variable in interface com.cloudpos.card.SLE4442Card
-
Main data storage area of the memory card.
- MEMORY_CARD_AREA_PROTECTED - Static variable in interface com.cloudpos.card.SLE4442Card
-
Manufacturer-defined protected area of the memory card.
- MEMORY_CARD_AREA_SECURITY - Static variable in interface com.cloudpos.card.SLE4442Card
-
Security data storage area of the memory card.
- MemoryCard - Interface in com.cloudpos.card
-
The MemoryCard
interface defines a set of operations specific to memory cards used in Point of Sale (POS) systems.
- MifareCard - Interface in com.cloudpos.card
-
The MifareCard
interface for managing Mifare contactless memory cards.
- MifareUltralightCard - Interface in com.cloudpos.card
-
The MifareUltralightCard
interface for Mifare UltraLight cards, also known as MF0, a type of memory card.
- MilliSECOND - Static variable in interface com.cloudpos.TimeConstants
-
Represents one millisecond.
- MoneyValue - Class in com.cloudpos.card
-
Represents an E-Wallet data object.
- MoneyValue(byte[], int) - Constructor for class com.cloudpos.card.MoneyValue
-
Constructs a new MoneyValue object.
- MSRDevice - Interface in com.cloudpos.msr
-
The MSRDevice
interface defines the API for interacting with Magnetic Stripe Reader (MSR) devices.
- MSRDeviceSpec - Interface in com.cloudpos.msr
-
The MSRDeviceSpec
interface defines the specifications for a Magnetic Stripe Reader (MSR) device.
- MSROperationResult - Interface in com.cloudpos.msr
-
The MSROperationResult
interface represents the result of an operation performed by a Magnetic Stripe Reader (MSR) device.
- MSRTrackData - Interface in com.cloudpos.msr
-
The MSRTrackData
interface represents the data object of a track from a Magnetic Stripe Reader (MSR) device.
- MSRUtils - Class in com.cloudpos.msr
-
The MSRUtils
class for integrating the methods of the Magnetic Stripe Reader (MSR) device.
- MSRUtils() - Constructor for class com.cloudpos.msr.MSRUtils
-