Uses of Class
io.qt.nfc.QNdefMessage
Package | Description |
---|---|
io.qt.nfc |
-
Uses of QNdefMessage in io.qt.nfc
Fields in io.qt.nfc with type parameters of type QNdefMessage Modifier and Type Field Description QObject.Signal1<QNdefMessage>
QNearFieldTarget. ndefMessageRead
Methods in io.qt.nfc that return QNdefMessage Modifier and Type Method Description QNdefMessage
QNdefMessage. clone()
static QNdefMessage
QNdefMessage. fromByteArray(QByteArray message)
Methods in io.qt.nfc with parameters of type QNdefMessage Modifier and Type Method Description boolean
QNearFieldShareTarget. share(QNdefMessage message)
Method parameters in io.qt.nfc with type arguments of type QNdefMessage Modifier and Type Method Description QNearFieldTarget.RequestId
QNearFieldTarget. writeNdefMessages(Collection<QNdefMessage> messages)
Constructors in io.qt.nfc with parameters of type QNdefMessage Constructor Description QNdefMessage(QNdefMessage message)