Package org.robovm.apple.corenfc
Class NFCISO15693RequestFlag
- All Implemented Interfaces:
Comparable<NFCISO15693RequestFlag>,Iterable<NFCISO15693RequestFlag>
public final class NFCISO15693RequestFlag extends Bits<NFCISO15693RequestFlag>
- Since:
- Available in iOS 14.0 and later.
-
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 NFCISO15693RequestFlagAddressstatic NFCISO15693RequestFlagCommandSpecificBit8static NFCISO15693RequestFlagDualSubCarriersstatic NFCISO15693RequestFlagHighDataRatestatic NFCISO15693RequestFlagNonestatic NFCISO15693RequestFlagOptionstatic NFCISO15693RequestFlagProtocolExtensionstatic NFCISO15693RequestFlagSelect -
Constructor Summary
Constructors Constructor Description NFCISO15693RequestFlag(long value) -
Method Summary
Modifier and Type Method Description protected NFCISO15693RequestFlag[]_values()static NFCISO15693RequestFlag[]values()protected NFCISO15693RequestFlagwrap(long value, long mask)
-
Field Details
-
None
-
DualSubCarriers
- Since:
- Available in iOS 11.0 and later.
-
HighDataRate
- Since:
- Available in iOS 11.0 and later.
-
ProtocolExtension
- Since:
- Available in iOS 11.0 and later.
-
Select
- Since:
- Available in iOS 11.0 and later.
-
Address
- Since:
- Available in iOS 11.0 and later.
-
Option
- Since:
- Available in iOS 11.0 and later.
-
CommandSpecificBit8
- Since:
- Available in iOS 14.0 and later.
-
-
Constructor Details
-
NFCISO15693RequestFlag
public NFCISO15693RequestFlag(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<NFCISO15693RequestFlag>
-
_values
- Specified by:
_valuesin classBits<NFCISO15693RequestFlag>
-
values
-