TReadResult.Create Constructor

Overloads

Create(string, TArray<Byte>, TArray<IResultPoint>, TBarcodeFormat)

Initializes a new instance of the TReadResult class.

Delphi
constructor Create(const text: string; const rawBytes: TArray<Byte>; const resultPoints: TArray<IResultPoint>; const format: TBarcodeFormat)

Parameters

text
string

The text.

rawBytes
TArray<Byte>

The raw bytes.

resultPoints
TArray<IResultPoint>

The result points.

format
TBarcodeFormat

The format.

Create(string, TArray<Byte>, TArray<IResultPoint>, TBarcodeFormat, TDateTime)

Initializes a new instance of the TReadResult class.

Delphi
constructor Create(const text: string; const rawBytes: TArray<Byte>; const resultPoints: TArray<IResultPoint>; const format: TBarcodeFormat; const timeStamp: TDateTime)

Parameters

text
string

The text.

rawBytes
TArray<Byte>

The raw bytes.

resultPoints
TArray<IResultPoint>

The result points.

format
TBarcodeFormat

The format.

timeStamp
TDateTime