Package apple.corenfc.c
Class CoreNFC
- java.lang.Object
-
- apple.corenfc.c.CoreNFC
-
public final class CoreNFC extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringNFCErrorDomain()static java.lang.StringNFCISO15693TagResponseErrorKey()Key in NSError userInfo dictionary.static java.lang.StringNFCTagResponseUnexpectedLengthErrorKey()Key in NSError userInfo dictionary.
-
-
-
Method Detail
-
NFCErrorDomain
public static java.lang.String NFCErrorDomain()
-
NFCISO15693TagResponseErrorKey
public static java.lang.String NFCISO15693TagResponseErrorKey()
Key in NSError userInfo dictionary. The corresponding value is the NSUInteger error code from tag's response. Refer to ISO15693 specification for the error code values.
-
NFCTagResponseUnexpectedLengthErrorKey
public static java.lang.String NFCTagResponseUnexpectedLengthErrorKey()
Key in NSError userInfo dictionary. Presence of this key indicates the received response packet length is invalid.
-
-