Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QNdefFilter::Record Class Reference

The QNdefFilter::Record struct contains the information about a filter record. More...

#include <qndeffilter.h>

+ Collaboration diagram for QNdefFilter::Record:

Public Attributes

QNdefRecord::TypeNameFormat typeNameFormat
 
QByteArray type
 
unsigned int minimum
 
unsigned int maximum
 

Detailed Description

The QNdefFilter::Record struct contains the information about a filter record.

\inmodule QtNfc

Since
5.2

The QNdefFilter::Record struct is used to populate the QNdefFilter object. Each record contains the following information: \list

Definition at line 28 of file qndeffilter.h.

Member Data Documentation

◆ maximum

unsigned int QNdefFilter::Record::maximum

Definition at line 32 of file qndeffilter.h.

◆ minimum

unsigned int QNdefFilter::Record::minimum

Definition at line 31 of file qndeffilter.h.

Referenced by QNdefFilter::match().

◆ type

QByteArray QNdefFilter::Record::type

Definition at line 30 of file qndeffilter.h.

◆ typeNameFormat

QNdefRecord::TypeNameFormat QNdefFilter::Record::typeNameFormat

Definition at line 29 of file qndeffilter.h.


The documentation for this class was generated from the following file: