Package apple.corenfc.enums
Class NFCISO15693RequestFlag
- java.lang.Object
-
- apple.corenfc.enums.NFCISO15693RequestFlag
-
public final class NFCISO15693RequestFlag extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteNFCISO15693RequestFlagAddressstatic byteNFCISO15693RequestFlagCommandSpecificBit8static byteNFCISO15693RequestFlagDualSubCarriersstatic byteNFCISO15693RequestFlagHighDataRatestatic byteNFCISO15693RequestFlagOptionstatic byteNFCISO15693RequestFlagProtocolExtensionstatic byteNFCISO15693RequestFlagSelectstatic byteRequestFlagAddressstatic byteRequestFlagDualSubCarriersstatic byteRequestFlagHighDataRatestatic byteRequestFlagOptionstatic byteRequestFlagProtocolExtensionstatic byteRequestFlagSelect
-
-
-
Field Detail
-
NFCISO15693RequestFlagDualSubCarriers
public static final byte NFCISO15693RequestFlagDualSubCarriers
- See Also:
- Constant Field Values
-
NFCISO15693RequestFlagHighDataRate
public static final byte NFCISO15693RequestFlagHighDataRate
- See Also:
- Constant Field Values
-
NFCISO15693RequestFlagProtocolExtension
public static final byte NFCISO15693RequestFlagProtocolExtension
- See Also:
- Constant Field Values
-
NFCISO15693RequestFlagSelect
public static final byte NFCISO15693RequestFlagSelect
- See Also:
- Constant Field Values
-
NFCISO15693RequestFlagAddress
public static final byte NFCISO15693RequestFlagAddress
- See Also:
- Constant Field Values
-
NFCISO15693RequestFlagOption
public static final byte NFCISO15693RequestFlagOption
- See Also:
- Constant Field Values
-
NFCISO15693RequestFlagCommandSpecificBit8
public static final byte NFCISO15693RequestFlagCommandSpecificBit8
- See Also:
- Constant Field Values
-
RequestFlagDualSubCarriers
public static final byte RequestFlagDualSubCarriers
- See Also:
- Constant Field Values
-
RequestFlagHighDataRate
public static final byte RequestFlagHighDataRate
- See Also:
- Constant Field Values
-
RequestFlagProtocolExtension
public static final byte RequestFlagProtocolExtension
- See Also:
- Constant Field Values
-
RequestFlagSelect
public static final byte RequestFlagSelect
- See Also:
- Constant Field Values
-
RequestFlagAddress
public static final byte RequestFlagAddress
- See Also:
- Constant Field Values
-
RequestFlagOption
public static final byte RequestFlagOption
- See Also:
- Constant Field Values
-
-