![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
| bool | startDiscovery () |
| bool | isEnabled () |
| bool | isSupported () |
| bool | stopDiscovery () |
| QtJniTypes::Intent | getStartIntent () |
| QtJniTypes::Parcelable | getTag (const QtJniTypes::Intent &intent) |
| QtJniTypes::Intent QtNfc::getStartIntent | ( | ) |
Definition at line 33 of file androidjninfc.cpp.
| QtJniTypes::Parcelable QtNfc::getTag | ( | const QtJniTypes::Intent & | intent | ) |
Definition at line 38 of file androidjninfc.cpp.
| bool QtNfc::isEnabled | ( | ) |
Definition at line 18 of file androidjninfc.cpp.
| bool QtNfc::isSupported | ( | ) |
Definition at line 23 of file androidjninfc.cpp.
Referenced by QNearFieldManagerPrivateImpl::isSupported().
| bool QtNfc::startDiscovery | ( | ) |
Definition at line 13 of file androidjninfc.cpp.
| bool QtNfc::stopDiscovery | ( | ) |
Definition at line 28 of file androidjninfc.cpp.