java.lang.Object
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcIconRecord
- All Implemented Interfaces:
QtObjectInterface,Cloneable
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
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
-