| 头: | #include <StringResult> | 
| qmake: | QT += core | 
| 容器 | data | 
| QCborStreamReader::StringResultCode | status | 
This class is returned by readString () 和 readByteArray (), with either the contents of the string that was read or an indication that the parsing is done or found an error.
内容对于 data are valid only if status is Ok . Otherwise, it should be null.
						Contains the actual data from the string if
						
							status
						
						is
						
Ok
						
						.
					
Contains the status of the attempt of reading the string from the stream.