java.lang.Object
io.qt.QtObject
io.qt.nfc.QNdefFilter
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Filter for matching NDEF messages
Java wrapper for Qt class QNdefFilter
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
QNdefFilter::Record struct contains the information about a filter record -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
appendRecord
(QNdefFilter.Record record) final boolean
appendRecord
(QNdefRecord.TypeNameFormat typeNameFormat, byte [] type) Overloaded function forappendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, byte[], int, int)
final boolean
appendRecord
(QNdefRecord.TypeNameFormat typeNameFormat, byte [] type, int min) Overloaded function forappendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, byte[], int, int)
withmax = 1
.final boolean
appendRecord
(QNdefRecord.TypeNameFormat typeNameFormat, byte [] type, int min, int max) Overloaded function forappendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, io.qt.core.QByteArray, int, int)
.final boolean
appendRecord
(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type) Overloaded function forappendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, io.qt.core.QByteArray, int, int)
final boolean
appendRecord
(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type, int min) Overloaded function forappendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, io.qt.core.QByteArray, int, int)
withmax = 1
.final boolean
appendRecord
(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type, int min, int max) final void
appendRecord
(Class<? extends QNdefRecord> type) final void
appendRecord
(Class<? extends QNdefRecord> type, int min) final void
appendRecord
(Class<? extends QNdefRecord> type, int min, int max) final void
assign
(QNdefFilter other) final void
clear()
clone()
Creates and returns a copy of this object.final boolean
match
(QNdefMessage message) final boolean
final QNdefFilter.Record
recordAt
(long i) final long
final void
setOrderMatch
(boolean on) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QNdefFilter
public QNdefFilter() -
QNdefFilter
-
-
Method Details
-
appendRecord
-
appendRecord
@QtUninvokable public final boolean appendRecord(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type, int min, int max) -
clear
-
match
See
QNdefFilter::
match(QNdefMessage)const This function was introduced in Qt 6.2.
-
assign
-
orderMatch
-
recordAt
-
recordCount
-
setOrderMatch
-
appendRecord
-
appendRecord
-
appendRecord
-
clone
Creates and returns a copy of this object.
-
appendRecord
@QtUninvokable public final boolean appendRecord(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type, int min) Overloaded function for
appendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, io.qt.core.QByteArray, int, int)
withmax = 1
. -
appendRecord
@QtUninvokable public final boolean appendRecord(QNdefRecord.TypeNameFormat typeNameFormat, QByteArray type) Overloaded function for
appendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, io.qt.core.QByteArray, int, int)
with:
min = 1
max = 1
-
appendRecord
@QtUninvokable public final boolean appendRecord(QNdefRecord.TypeNameFormat typeNameFormat, byte [] type, int min) Overloaded function for
appendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, byte[], int, int)
withmax = 1
. -
appendRecord
@QtUninvokable public final boolean appendRecord(QNdefRecord.TypeNameFormat typeNameFormat, byte [] type) Overloaded function for
appendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, byte[], int, int)
with:
min = 1
max = 1
-
appendRecord
@QtUninvokable public final boolean appendRecord(QNdefRecord.TypeNameFormat typeNameFormat, byte [] type, int min, int max) Overloaded function for
appendRecord(io.qt.nfc.QNdefRecord.TypeNameFormat, io.qt.core.QByteArray, int, int)
.
-