![]() |
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().
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().
bool QtNfc::isEnabled | ( | ) |
Definition at line 16 of file androidjninfc.cpp.
Referenced by QNearFieldManagerPrivateImpl::isEnabled().
bool QtNfc::isSupported | ( | ) |
Definition at line 22 of file androidjninfc.cpp.
Referenced by QNearFieldManagerPrivateImpl::isSupported().
bool QtNfc::startDiscovery | ( | ) |
Definition at line 10 of file androidjninfc.cpp.
bool QtNfc::stopDiscovery | ( | ) |
Definition at line 28 of file androidjninfc.cpp.