QNdefRecord
#include <QNdefRecord>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QNdefRecord
Overview
Inheritance
Public Types Index
Public Functions Index
QNdefRecord () | |
QNdefRecord (const QNdefRecord &other) | |
~QNdefRecord () | |
QByteArray | id () const |
bool | isEmpty () const |
bool | isRecordType () const |
bool | operator!= (const QNdefRecord &other) const |
QNdefRecord & | operator= (const QNdefRecord &other) |
bool | operator== (const QNdefRecord &other) const |
QByteArray | payload () const |
void | setId (const QByteArray &id) |
void | setPayload (const QByteArray &payload) |
void | setType (const QByteArray &type) |
void | setTypeNameFormat (TypeNameFormat typeNameFormat) |
QByteArray | type () const |
TypeNameFormat | typeNameFormat () const |
Protected Functions Index
QNdefRecord (const QNdefRecord &other, TypeNameFormat typeNameFormat, const QByteArray &type, bool ignoreType=false) | |
QNdefRecord (TypeNameFormat typeNameFormat, const QByteArray &type) |
Public Types
- Empty 0x00
- NfcRtd 0x01
- Mime 0x02
- Uri 0x03
- ExternalRtd 0x04
- Unknown 0x05
Public Functions
Destructor.
bool
bool
bool
bool
void
void
void
void
TypeNameFormat
Protected Functions
© 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