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.TypeNameFormat
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQNdefNfcIconRecord
(QNdefRecord other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final QByteArray
data()
final void
setData
(QByteArray data) Methods inherited from class io.qt.nfc.QNdefRecord
assign, equals, hashCode, id, isEmpty, payload, setId, setPayload, setType, setTypeNameFormat, type, typeNameFormat
Methods 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:
clone
in classQNdefRecord
-