public abstract class NFCProtocol
extends AbstractComProtocol
Modifier and Type | Field and Description |
---|---|
static byte[] |
LWM2M_CARD_AID_BYTES
AID for LwM2M application.
|
Constructor and Description |
---|
NFCProtocol(android.nfc.Tag tag) |
Modifier and Type | Method and Description |
---|---|
static NFCProtocol |
create(android.nfc.Tag tag) |
static int |
getNFCVersion(android.nfc.Tag nfcTag) |
boolean |
isSameTag(android.nfc.Tag tag) |
public static final byte[] LWM2M_CARD_AID_BYTES
public static NFCProtocol create(android.nfc.Tag tag)
public static int getNFCVersion(android.nfc.Tag nfcTag)
public boolean isSameTag(android.nfc.Tag tag)