Home | History | Annotate | Download | only in jni

Lines Matching defs:NfcTag

21 #include "NfcTag.h"
34 ** Function: NfcTag
41 NfcTag::NfcTag ()
63 ** Description: Get a reference to the singleton NfcTag object.
65 ** Returns: Reference to NfcTag object.
68 NfcTag& NfcTag::getInstance ()
70 static NfcTag tag;
85 void NfcTag::initialize (nfc_jni_native_data* native)
106 void NfcTag::abort ()
122 NfcTag::ActivationState NfcTag::getActivationState ()
138 void NfcTag::setDeactivationState (tNFA_DEACTIVATED& deactivated)
140 static const char fn [] = "NfcTag::setDeactivationState";
158 void NfcTag::setActivationState ()
160 static const char fn [] = "NfcTag::setActivationState";
176 tNFC_PROTOCOL NfcTag::getProtocol()
220 bool NfcTag::IsSameKovio(tNFA_ACTIVATED& activationData)
222 static const char fn [] = "NfcTag::IsSameKovio";
273 void NfcTag::discoverTechnologies (tNFA_ACTIVATED& activationData)
275 static const char fn [] = "NfcTag::discoverTechnologies (activation)";
385 void NfcTag::discoverTechnologies (tNFA_DISC_RESULT& discoveryData)
387 static const char fn [] = "NfcTag::discoverTechnologies (discovery)";
493 void NfcTag::createNativeNfcTag (tNFA_ACTIVATED& activationData)
495 static const char fn [] = "NfcTag::createNativeNfcTag";
560 void NfcTag::fillNativeNfcTagMembers1 (JNIEnv* e, jclass tag_cls, jobject tag)
562 static const char fn [] = "NfcTag::fillNativeNfcTagMembers1";
612 void NfcTag::fillNativeNfcTagMembers2 (JNIEnv* e, jclass tag_cls, jobject tag, tNFA_ACTIVATED& /*activationData*/)
614 static const char fn [] = "NfcTag::fillNativeNfcTagMembers2";
636 void NfcTag::fillNativeNfcTagMembers3 (JNIEnv* e, jclass tag_cls, jobject tag, tNFA_ACTIVATED& activationData)
638 static const char fn [] = "NfcTag::fillNativeNfcTagMembers3";
755 void NfcTag::fillNativeNfcTagMembers4 (JNIEnv* e, jclass tag_cls, jobject tag, tNFA_ACTIVATED& activationData)
757 static const char fn [] = "NfcTag::fillNativeNfcTagMembers4";
892 void NfcTag::fillNativeNfcTagMembers5 (JNIEnv* e, jclass tag_cls, jobject tag, tNFA_ACTIVATED& activationData)
894 static const char fn [] = "NfcTag::fillNativeNfcTagMembers5";
970 bool NfcTag::isP2pDiscovered ()
972 static const char fn [] = "NfcTag::isP2pDiscovered";
999 void NfcTag::selectP2p()
1001 static const char fn [] = "NfcTag::selectP2p";
1049 void NfcTag::resetTechnologies ()
1051 static const char fn [] = "NfcTag::resetTechnologies";
1070 void NfcTag::selectFirstTag ()
1072 static const char fn [] = "NfcTag::selectFirstTag";
1101 int NfcTag::getT1tMaxMessageSize ()
1103 static const char fn [] = "NfcTag::getT1tMaxMessageSize";
1124 void NfcTag::calculateT1tMaxMessageSize (tNFA_ACTIVATED& activate)
1126 static const char fn [] = "NfcTag::calculateT1tMaxMessageSize";
1161 bool NfcTag::isMifareUltralight ()
1163 static const char fn [] = "NfcTag::isMifareUltralight";
1212 bool NfcTag::isT2tNackResponse (const UINT8* response, UINT32 responseLen)
1214 static const char fn [] = "NfcTag::isT2tNackResponse";
1238 bool NfcTag::isNdefDetectionTimedOut ()
1255 void NfcTag::connectionEventHandler (UINT8 event, tNFA_CONN_EVT_DATA* data)
1257 static const char fn [] = "NfcTag::connectionEventHandler";