Package org.robovm.apple.corenfc
Class NFCPollingOption
- All Implemented Interfaces:
Comparable<NFCPollingOption>,Iterable<NFCPollingOption>
public final class NFCPollingOption extends Bits<NFCPollingOption>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static NFCPollingOptionISO14443static NFCPollingOptionISO15693static NFCPollingOptionISO18092static NFCPollingOptionNone -
Constructor Summary
Constructors Constructor Description NFCPollingOption(long value) -
Method Summary
Modifier and Type Method Description protected NFCPollingOption[]_values()static NFCPollingOption[]values()protected NFCPollingOptionwrap(long value, long mask)
-
Field Details
-
None
-
ISO14443
- Since:
- Available in iOS 13.0 and later.
-
ISO15693
- Since:
- Available in iOS 13.0 and later.
-
ISO18092
- Since:
- Available in iOS 13.0 and later.
-
-
Constructor Details
-
NFCPollingOption
public NFCPollingOption(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<NFCPollingOption>
-
_values
- Specified by:
_valuesin classBits<NFCPollingOption>
-
values
-