QNearFieldTagType1
#include <QtConnectivity/QNearFieldTagType1>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QNearFieldTagType1
Overview
Inheritance
QNearFieldTarget | ||
QNearFieldTagType1 |
Public Types Index
enum WriteMode | |
enum AccessMethod | |
enum ErrorNoError, UnknownError, UnsupportedError, TargetOutOfRangeError, NoResponseError, ChecksumMismatchError, InvalidParametersError, NdefReadError, NdefWriteError | |
enum TypeAnyTarget, ProprietaryTag, NfcTagType1, NfcTagType2, NfcTagType3, NfcTagType4, MifareTag, NfcForumDevice |
Public Functions Index
QNearFieldTagType1 (QObject *parent=0) | |
~QNearFieldTagType1 () | |
virtual bool | hasNdefMessage () |
virtual int | memorySize () |
virtual RequestId | readAll () |
virtual RequestId | readBlock (quint8 blockAddress) |
virtual RequestId | readByte (quint8 address) |
virtual RequestId | readIdentification () |
virtual RequestId | readNdefMessages () |
virtual RequestId | readSegment (quint8 segmentAddress) |
virtual Type | type () const |
quint8 | version () |
virtual RequestId | writeBlock (quint8 blockAddress, const QByteArray &data, WriteMode mode=EraseAndWrite) |
virtual RequestId | writeByte (quint8 address, quint8 data, WriteMode mode=EraseAndWrite) |
virtual RequestId | writeNdefMessages (const QList< QNdefMessage > &messages) |
AccessMethods | accessMethods () const =0![]() |
bool | isProcessingCommand () const ![]() |
QNearFieldTarget (QObject *parent=0)![]() | |
QVariant | requestResponse (const RequestId &id)![]() |
virtual RequestId | sendCommand (const QByteArray &command)![]() |
virtual RequestId | sendCommands (const QList< QByteArray > &commands)![]() |
void | setResponseForRequest (const QNearFieldTarget::RequestId &id, const QVariant &response, bool emitRequestCompleted=true)![]() |
QByteArray | uid () const =0![]() |
virtual QUrl | url () const ![]() |
virtual bool | waitForRequestCompleted (const RequestId &id, int msecs=5000)![]() |
Protected Functions Index
virtual bool | handleResponse (const QNearFieldTarget::RequestId &id, const QByteArray &response) |
Signals Index
Only has inherited signals
void | disconnected ()![]() |
void | error (QNearFieldTarget::Error error, const QNearFieldTarget::RequestId &id)![]() |
void | ndefMessageRead (const QNdefMessage &message)![]() |
void | ndefMessagesWritten ()![]() |
void | requestCompleted (const QNearFieldTarget::RequestId &id)![]() |
Public Types
- EraseAndWrite
- WriteOnly
- NdefAccess
- TagTypeSpecificAccess
- LlcpAccess
- NoError
- UnknownError
- UnsupportedError
- TargetOutOfRangeError
- NoResponseError
- ChecksumMismatchError
- InvalidParametersError
- NdefReadError
- NdefWriteError
- AnyTarget
- ProprietaryTag
- NfcTagType1
- NfcTagType2
- NfcTagType3
- NfcTagType4
- MifareTag
- NfcForumDevice
Public Functions
Protected Functions
virtual bool
Signals
(Only has inherited signals)
void 
void 
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