java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcIconRecord
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QNdefNfcIconRecord extends QNdefRecord implements Cloneable
Java wrapper for Qt class QNdefNfcIconRecord
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QNdefNfcIconRecord()
QNdefNfcIconRecord(QNdefRecord other)
protected
QNdefNfcIconRecord(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QNdefNfcIconRecord
clone()
QByteArray
data()
void
setData(QByteArray data)
Methods inherited from class io.qt.nfc.QNdefRecord
equals, hashCode, id, isEmpty, payload, setId, setPayload, setType, setTypeNameFormat, type, typeNameFormat
-
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
-