![]() |
Qt 6.x
The Qt SDK
|
Functions | |
| bool | startDiscovery () |
| bool | isEnabled () |
| bool | isSupported () |
| bool | stopDiscovery () |
| QJniObject | getStartIntent () |
| QJniObject | getTag (const QJniObject &intent) |
| QJniObject QtNfc::getStartIntent | ( | ) |
Definition at line 34 of file androidjninfc.cpp.
Referenced by QMainNfcNewIntentListener::registerListener().
Here is the caller graph for this function:| 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:| bool QtNfc::isEnabled | ( | ) |
Definition at line 16 of file androidjninfc.cpp.
Referenced by QNearFieldManagerPrivateImpl::isEnabled().
Here is the caller graph for this function:| bool QtNfc::isSupported | ( | ) |
Definition at line 22 of file androidjninfc.cpp.
Referenced by QNearFieldManagerPrivateImpl::isSupported().
Here is the caller graph for this function:| bool QtNfc::startDiscovery | ( | ) |
Definition at line 10 of file androidjninfc.cpp.
| bool QtNfc::stopDiscovery | ( | ) |
Definition at line 28 of file androidjninfc.cpp.