▲
- 
					
Header: Record
 - 
					
Since: Qt 5.2
 - 
					
CMake:
find_package(Qt6 REQUIRED COMPONENTS Nfc)
target_link_libraries(mytarget PRIVATE Qt6::Nfc)
 - 
					
qmake: QT += nfc
 - 
					
Group: Record is part of connectivity-nfc
 
Detailed Description▲
The QNdefFilter::Record struct is used to populate the QNdefFilter object. Each record contains the following information:
- 
						
QNdefRecord::TypeNameFormat of the corresponding QNdefRecord.
 - 
						
Type of the QNdefRecord.
 - 
						
Minimum and maximum amount of the records with such parameters in the filter.
 


