Module qtjambi.nfc
Package io.qt.nfc

Class QNdefNfcIconRecord

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcIconRecord
All Implemented Interfaces:
io.qt.QtObjectInterface, Cloneable

public class QNdefNfcIconRecord extends QNdefRecord implements Cloneable

Java wrapper for Qt class QNdefNfcIconRecord

  • Constructor Details

    • QNdefNfcIconRecord

      public QNdefNfcIconRecord()
    • QNdefNfcIconRecord

      public QNdefNfcIconRecord(QNdefRecord other)
    • QNdefNfcIconRecord

      protected QNdefNfcIconRecord(io.qt.QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
  • Method Details

    • data

      @QtUninvokable public final io.qt.core.QByteArray data()
    • setData

      @QtUninvokable public final void setData(io.qt.core.QByteArray data)
    • clone

      public QNdefNfcIconRecord clone()
      Overrides:
      clone in class QNdefRecord