QNdefNfcTextRecord Class▲
- 
					
Header: QNdefNfcTextRecord
 - 
					
Since: Qt 5.2
 - 
					
qmake: QT += nfc
 - 
					
Inherits: QNdefRecord
 - 
					
Group: QNdefNfcTextRecord is part of connectivity-nfc
 
Detailed Description▲
RTD-Text encapsulates a user displayable text record.
Member Type Documentation▲
enum QNdefNfcTextRecord::Encoding▲
This enum describes the text encoding standard used.
| 
								 Constant  | 
							
								 Value  | 
							
								 Description  | 
						
|---|---|---|
| 
								 QNdefNfcTextRecord::Utf8  | 
							
								 0  | 
							
								 The text is encoded with UTF-8.  | 
						
| 
								 QNdefNfcTextRecord::Utf16  | 
							
								 1  | 
							
								 The text is encoding with UTF-16.  | 
						
Member Function Documentation▲
QNdefNfcTextRecord::QNdefNfcTextRecord()▲
Constructs an empty NFC text record of type QNdefRecord::NfcRtd.
QNdefNfcTextRecord::QNdefNfcTextRecord(const QNdefRecord &other)▲
Constructs a new NFC text record that is a copy of other.


