java.lang.Object
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcIconRecord
- All Implemented Interfaces:
QtObjectInterface,Cloneable
NFC MIME record to hold an icon
Java wrapper for Qt class QNdefNfcIconRecord
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.nfc.QNdefRecord
QNdefRecord.TypeNameFormat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final QByteArraydata()final voidsetData(byte [] data) Overloaded function forsetData(io.qt.core.QByteArray).final voidsetData(QByteArray data) Methods inherited from class io.qt.nfc.QNdefRecord
assign, clear, equals, equals, hashCode, id, isEmpty, payload, setId, setId, setPayload, setPayload, setType, setType, setTypeNameFormat, type, typeNameFormatMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QNdefNfcIconRecord
public QNdefNfcIconRecord() -
QNdefNfcIconRecord
-
-
Method Details
-
data
-
setData
-
clone
Creates and returns a copy of this object.
- Overrides:
clonein classQNdefRecord
-
setData
Overloaded function for
setData(io.qt.core.QByteArray).
-