- masterKeyID - Variable in class com.cloudpos.pinpad.KeyInfo
-
Master key index[0x00, ..., 0x09],Only used when the key type is
KEY_TYPE_MK_SK
.
- match(Fingerprint, Fingerprint) - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Matches the two finger print.
- MEMORY_CARD_AREA_MAIN - Static variable in interface com.cloudpos.card.SLE4442Card
-
Main data area of memory card
- MEMORY_CARD_AREA_PROTECTED - Static variable in interface com.cloudpos.card.SLE4442Card
-
Manufacture of memory card
- MEMORY_CARD_AREA_SECURITY - Static variable in interface com.cloudpos.card.SLE4442Card
-
Security data storage of memory card.
- MemoryCard - Interface in com.cloudpos.card
-
The MemoryCard interface define some general memory card interface.
- MifareCard - Interface in com.cloudpos.card
-
Defines the contactless Mifare card interface.
- MifareUltralightCard - Interface in com.cloudpos.card
-
Mifare UltraLight is also called MF0, is one of memory card.
- MilliSECOND - Static variable in interface com.cloudpos.TimeConstants
-
milliseconds, for use with millisecond parameters, as in
wait( 3 * MSEC )
- MODE_AUTO - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
The mode is automatically detected according to the environment
- MODE_FELICA - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
Proximity communication mode: FeliCa®
- MODE_ISO14443_TYPE_A - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
Proximity communication mode (PCD): ISO/IEC 14443 Type A compliant
- MODE_ISO14443_TYPE_B - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
Proximity communication mode (PCD): ISO/IEC 14443 Type B compliant
- MODE_ISO15693 - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
Vicinity communication mode (VCD): ISO/IEC 15693 compliant
- MODE_MIFARE - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
Proximity communication mode: MIFARE®
- MODE_NFC_ACTIVE - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
NFC active communication mode: ISO/IEC 18092 (ECMA 340: NFCIP-1)
- MODE_NFC_PASSIVE - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderDevice
-
NFC passive communication mode: ISO/IEC 18092 (ECMA 340: NFCIP-1)
- MoneyValue - Class in com.cloudpos.card
-
E-Wallet data object.
- MoneyValue(byte[], int) - Constructor for class com.cloudpos.card.MoneyValue
-
constructor of E-Wallet.
- MSRDevice - Interface in com.cloudpos.msr
-
The MSRDevice interface defines the MSR APIs to be used by the applications.
- MSRDeviceSpec - Interface in com.cloudpos.msr
-
The MSRDeviceSpec interface defines the specification of the MSR device.
- MSROperationResult - Interface in com.cloudpos.msr
-
MSROperationResult
s are generated by the Magnetic Stripe Reader
device implementation to notify the application of the completion of a
requested operation.
- MSRTrackData - Interface in com.cloudpos.msr
-
The data object of the track.
- MSRUtils - Class in com.cloudpos.msr
-
MSRUtils
- MSRUtils() - Constructor for class com.cloudpos.msr.MSRUtils
-