Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtNfc Namespace Reference

Functions

bool startDiscovery ()
 
bool isEnabled ()
 
bool isSupported ()
 
bool stopDiscovery ()
 
QJniObject getStartIntent ()
 
QJniObject getTag (const QJniObject &intent)
 

Function Documentation

◆ getStartIntent()

QJniObject QtNfc::getStartIntent ( )

Definition at line 34 of file androidjninfc.cpp.

Referenced by QMainNfcNewIntentListener::registerListener().

+ Here is the caller graph for this function:

◆ getTag()

QJniObject QtNfc::getTag ( const QJniObject intent)

Definition at line 40 of file androidjninfc.cpp.

Referenced by QNearFieldTargetPrivateImpl::getTagTechnology(), QNearFieldManagerPrivateImpl::getUid(), QMainNfcNewIntentListener::handleNewIntent(), and QNearFieldTargetPrivateImpl::updateTechList().

+ Here is the caller graph for this function:

◆ isEnabled()

bool QtNfc::isEnabled ( )

Definition at line 16 of file androidjninfc.cpp.

Referenced by QNearFieldManagerPrivateImpl::isEnabled().

+ Here is the caller graph for this function:

◆ isSupported()

bool QtNfc::isSupported ( )

Definition at line 22 of file androidjninfc.cpp.

Referenced by QNearFieldManagerPrivateImpl::isSupported().

+ Here is the caller graph for this function:

◆ startDiscovery()

bool QtNfc::startDiscovery ( )

Definition at line 10 of file androidjninfc.cpp.

◆ stopDiscovery()

bool QtNfc::stopDiscovery ( )

Definition at line 28 of file androidjninfc.cpp.