#include <QtCore/QSharedDataPointer>
#include <QtCore/QByteArray>
#include <QtNfc/qtnfcglobal.h>
Go to the source code of this file.
◆ Q_DECLARE_ISRECORDTYPE_FOR_NDEF_RECORD
#define Q_DECLARE_ISRECORDTYPE_FOR_NDEF_RECORD |
( |
|
className, |
|
|
|
typeNameFormat_, |
|
|
|
type_ |
|
) |
| |
Value: QT_BEGIN_NAMESPACE \
template<> inline bool QNdefRecord::isRecordType<className>() const\
{ \
} \
TypeNameFormat typeNameFormat() const
Returns the type name format of the NDEF record.
QByteArray type() const
Returns the type of the NDEF record.
Definition at line 72 of file qndefrecord.h.
◆ Q_DECLARE_NDEF_RECORD
#define Q_DECLARE_NDEF_RECORD |
( |
|
className, |
|
|
|
typeNameFormat, |
|
|
|
type, |
|
|
|
initialPayload |
|
) |
| |
Value:
The QNdefRecord class provides an NFC NDEF record.
const char className[16]
[1]
Definition at line 68 of file qndefrecord.h.
◆ qHash()