java.lang.Object
io.qt.internal.QtJambiObject
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.TypeNameFormatNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQNdefNfcIconRecord(QNdefRecord other) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final QByteArraydata()final voidsetData(QByteArray data) Methods inherited from class io.qt.nfc.QNdefRecord
clear, equals, hashCode, id, isEmpty, payload, setId, setPayload, setType, setTypeNameFormat, type, typeNameFormatMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QNdefNfcIconRecord
public QNdefNfcIconRecord() -
QNdefNfcIconRecord
-
QNdefNfcIconRecord
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
data
-
setData
-
clone
- Overrides:
clonein classQNdefRecord
-