Package apple.corenfc.enums
Class NFCTypeNameFormat
- java.lang.Object
-
- apple.corenfc.enums.NFCTypeNameFormat
-
public final class NFCTypeNameFormat extends java.lang.ObjectType Name Format value defined by NFC Data Exchange Format (NDEF) Technical Specification from NFC Forum.
-
-
Field Summary
Fields Modifier and Type Field Description static byteAbsoluteURIstatic byteEmptystatic byteMediastatic byteNFCExternalstatic byteNFCWellKnownstatic byteUnchangedstatic byteUnknown
-
-
-
Field Detail
-
Empty
public static final byte Empty
- See Also:
- Constant Field Values
-
NFCWellKnown
public static final byte NFCWellKnown
- See Also:
- Constant Field Values
-
Media
public static final byte Media
- See Also:
- Constant Field Values
-
AbsoluteURI
public static final byte AbsoluteURI
- See Also:
- Constant Field Values
-
NFCExternal
public static final byte NFCExternal
- See Also:
- Constant Field Values
-
Unknown
public static final byte Unknown
- See Also:
- Constant Field Values
-
Unchanged
public static final byte Unchanged
- See Also:
- Constant Field Values
-
-