TReadResult Class
Definition
Delphi
type TReadResult = class(TObject)
- Inheritance
-
TObjectTReadResult
Constructors
| Create(string, TArray<Byte>, TArray<IResultPoint>, TBarcodeFormat) |
Initializes a new instance of the TReadResult class. |
| Create(string, TArray<Byte>, TArray<IResultPoint>, TBarcodeFormat, TDateTime) |
Initializes a new instance of the TReadResult class. |
| Destroy |
Properties
| BarcodeFormat | |
| ResultMetaData | |
| rawBytes | |
| resultPoints | |
| text | |
| timeStamp |
Gets the timestamp. |
Methods
| SetMetaData(TResultMetaData) | |
| SetText(string) | |
| ToString | |
| addResultPoints(TArray<IResultPoint>) |
Adds the result points. |
| putAllMetaData(TResultMetaData) |
Adds a list of metadata to the result |
| putMetadata(TResultMetadataType, IMetaData) |
Adds one metadata to the result |