TDecoderResult.Create Constructor
Overloads
| Create(TArray<Byte>, string, IByteSegments, string) | |
| Create(TArray<Byte>, string, IByteSegments, string, Integer, Integer) |
Delphi
constructor Create(RawBytes: TArray<Byte>; const Text: string; ByteSegments: IByteSegments; ECLevel: string)
Parameters
- RawBytes
- TArray<Byte>
- Text
- string
- ByteSegments
- IByteSegments
- ECLevel
- string
Delphi
constructor Create(RawBytes: TArray<Byte>; const Text: string; ByteSegments: IByteSegments; ECLevel: string; saSequence: Integer; saParity: Integer)
Parameters
- RawBytes
- TArray<Byte>
- Text
- string
- ByteSegments
- IByteSegments
- ECLevel
- string
- saSequence
- Integer
- saParity
- Integer