Home | History | Annotate | Download | only in jni

Lines Matching defs:NfcTag

21 #include "NfcTag.h"
35 ** Function: NfcTag
42 NfcTag::NfcTag ()
69 ** Description: Get a reference to the singleton NfcTag object.
71 ** Returns: Reference to NfcTag object.
74 NfcTag& NfcTag::getInstance ()
76 static NfcTag tag;
91 void NfcTag::initialize (nfc_jni_native_data* native)
117 void NfcTag::abort ()
133 NfcTag::ActivationState NfcTag::getActivationState ()
149 void NfcTag::setDeactivationState (tNFA_DEACTIVATED& deactivated)
151 static const char fn [] = "NfcTag::setDeactivationState";
169 void NfcTag::setActivationState ()
171 static const char fn [] = "NfcTag::setActivationState";
186 bool NfcTag::isActivated ()
201 tNFC_PROTOCOL NfcTag::getProtocol()
245 bool NfcTag::IsSameKovio(tNFA_ACTIVATED& activationData)
247 static const char fn [] = "NfcTag::IsSameKovio";
298 void NfcTag::discoverTechnologies (tNFA_ACTIVATED& activationData)
300 static const char fn [] = "NfcTag::discoverTechnologies (activation)";
424 void NfcTag::discoverTechnologies (tNFA_DISC_RESULT& discoveryData)
426 static const char fn [] = "NfcTag::discoverTechnologies (discovery)";
539 void NfcTag::createNativeNfcTag (tNFA_ACTIVATED& activationData)
541 static const char fn [] = "NfcTag::createNativeNfcTag";
610 void NfcTag::fillNativeNfcTagMembers1 (JNIEnv* e, jclass tag_cls, jobject tag)
612 static const char fn [] = "NfcTag::fillNativeNfcTagMembers1";
661 void NfcTag::fillNativeNfcTagMembers2 (JNIEnv* e, jclass tag_cls, jobject tag, tNFA_ACTIVATED& /*activationData*/)
663 static const char fn [] = "NfcTag::fillNativeNfcTagMembers2";
685 void NfcTag::fillNativeNfcTagMembers3 (JNIEnv* e, jclass tag_cls, jobject tag, tNFA_ACTIVATED& activationData)
687 static const char fn [] = "NfcTag::fillNativeNfcTagMembers3";
806 void NfcTag::fillNativeNfcTagMembers4 (JNIEnv* e, jclass tag_cls, jobject tag, tNFA_ACTIVATED& activationData)
808 static const char fn [] = "NfcTag::fillNativeNfcTagMembers4";
939 void NfcTag::fillNativeNfcTagMembers5 (JNIEnv* e, jclass tag_cls, jobject tag, tNFA_ACTIVATED& activationData)
941 static const char fn [] = "NfcTag::fillNativeNfcTagMembers5";
1023 bool NfcTag::isP2pDiscovered ()
1025 static const char fn [] = "NfcTag::isP2pDiscovered";
1052 void NfcTag::selectP2p()
1054 static const char fn [] = "NfcTag::selectP2p";
1102 void NfcTag::resetTechnologies ()
1104 static const char fn [] = "NfcTag::resetTechnologies";
1126 void NfcTag::selectFirstTag ()
1128 static const char fn [] = "NfcTag::selectFirstTag";
1170 int NfcTag::getT1tMaxMessageSize ()
1172 static const char fn [] = "NfcTag::getT1tMaxMessageSize";
1193 void NfcTag::calculateT1tMaxMessageSize (tNFA_ACTIVATED& activate)
1195 static const char fn [] = "NfcTag::calculateT1tMaxMessageSize";
1230 bool NfcTag::isMifareUltralight ()
1232 static const char fn [] = "NfcTag::isMifareUltralight";
1267 bool NfcTag::isFelicaLite ()
1286 bool NfcTag::isT2tNackResponse (const UINT8* response, UINT32 responseLen)
1288 static const char fn [] = "NfcTag::isT2tNackResponse";
1312 bool NfcTag::isNdefDetectionTimedOut ()
1329 void NfcTag::connectionEventHandler (UINT8 event, tNFA_CONN_EVT_DATA* data)
1331 static const char fn [] = "NfcTag::connectionEventHandler";
1396 void NfcTag::setActive(bool active)
1411 bool NfcTag::isDynamicTagId ()
1428 void NfcTag::resetAllTransceiveTimeouts ()
1452 int NfcTag::getTransceiveTimeout (int techId)
1454 static const char fn [] = "NfcTag::getTransceiveTimeout";
1475 void NfcTag::setTransceiveTimeout (int techId, int timeout)
1477 static const char fn [] = "NfcTag::setTransceiveTimeout";
1494 tNFA_RW_PRES_CHK_OPTION NfcTag::getPresenceCheckAlgorithm ()
1509 bool NfcTag::isInfineonMyDMove ()
1511 static const char fn [] = "NfcTag::isInfineonMyDMove";
1543 bool NfcTag::isKovioType2Tag ()
1545 static const char fn [] = "NfcTag::isKovioType2Tag";