Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtNfc Namespace Reference

Functions

bool startDiscovery ()
bool isEnabled ()
bool isSupported ()
bool stopDiscovery ()
QtJniTypes::Intent getStartIntent ()
QtJniTypes::Parcelable getTag (const QtJniTypes::Intent &intent)

Function Documentation

◆ getStartIntent()

QtJniTypes::Intent QtNfc::getStartIntent ( )

Definition at line 33 of file androidjninfc.cpp.

◆ getTag()

QtJniTypes::Parcelable QtNfc::getTag ( const QtJniTypes::Intent & intent)

Definition at line 38 of file androidjninfc.cpp.

◆ isEnabled()

bool QtNfc::isEnabled ( )

Definition at line 18 of file androidjninfc.cpp.

◆ isSupported()

bool QtNfc::isSupported ( )

Definition at line 23 of file androidjninfc.cpp.

Referenced by QNearFieldManagerPrivateImpl::isSupported().

Here is the caller graph for this function:

◆ startDiscovery()

bool QtNfc::startDiscovery ( )

Definition at line 13 of file androidjninfc.cpp.

◆ stopDiscovery()

bool QtNfc::stopDiscovery ( )

Definition at line 28 of file androidjninfc.cpp.