Package apple.corenfc.enums
Class NFCPollingOption
- java.lang.Object
-
- apple.corenfc.enums.NFCPollingOption
-
public final class NFCPollingOption extends java.lang.Object[@enum] NFCPollingOption [@constant] NFCPollingISO14443 Support both Type A & B modulation. NFCTagTypeISO7816Compatible and NFCTagTypeMiFare tags will be discovered. [@constant] NFCPollingISO15693 NFCTagTypeISO15693 tag will be discovered. [@constant] NFCPollingISO18092 NFCTagTypeFeliCa tag will be discovered.
-
-
Field Detail
-
ISO14443
public static final long ISO14443
- See Also:
- Constant Field Values
-
ISO15693
public static final long ISO15693
- See Also:
- Constant Field Values
-
ISO18092
public static final long ISO18092
- See Also:
- Constant Field Values
-
-