QNearFieldManager
#include <QtConnectivity/QNearFieldManager>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QNearFieldManager
Overview
Public Types Index
enum TargetAccessModeNoTargetAccess 0x00, NdefReadTargetAccess 0x01, NdefWriteTargetAccess 0x02, TagTypeSpecificTargetAccess 0x04 |
Public Functions Index
QNearFieldManager (QObject *parent=0) | |
QNearFieldManager (QNearFieldManagerPrivate *backend, QObject *parent=0) | |
~QNearFieldManager () | |
bool | isAvailable () const |
int | registerNdefMessageHandler (QObject *object, const char *method) |
int | registerNdefMessageHandler (QObject *object, const char *method) |
int | registerNdefMessageHandler (QNdefRecord::TypeNameFormat typeNameFormat, const QByteArray &type, QObject *object, const char *method) |
int | registerNdefMessageHandler (const QNdefFilter &filter, QObject *object, const char *method) |
void | setTargetAccessModes (TargetAccessModes accessModes) |
bool | startTargetDetection (const QList< QNearFieldTarget::Type > &targetTypes) |
bool | startTargetDetection (QNearFieldTarget::Type targetType=QNearFieldTarget::AnyTarget) |
void | stopTargetDetection () |
TargetAccessModes | targetAccessModes () const |
bool | unregisterNdefMessageHandler (int handlerId) |
Signals Index
void | targetDetected (QNearFieldTarget *target) |
void | targetLost (QNearFieldTarget *target) |
void | transactionDetected (const QByteArray &applicationIdentifier) |
Public Types
- NoTargetAccess 0x00
- NdefReadTargetAccess 0x01
- NdefWriteTargetAccess 0x02
- TagTypeSpecificTargetAccess 0x04
Public Functions
Destructor.
bool
int
int
int
int
void
bool
bool
void
TargetAccessModes
bool
Signals
void
void
void
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy