TDecodedBitStreamParser.decode Method

Unit: ZXing.QrCode.Internal.DecodedBitStreamParser
class function decode(const bytes: TArray<Byte>; const version: TVersion; const ecLevel: TErrorCorrectionLevel; const hints: TDictionary<TDecodeHintType, TObject>): TDecoderResult

Parameters

bytes
Type: TArray< System.Byte >

version
Type: ZXing.QrCode.Internal.Version.TVersion

ecLevel
Type: ZXing.QrCode.Internal.ErrorCorrectionLevel.TErrorCorrectionLevel

hints
Type: TDictionary< ZXing.DecodeHintType.TDecodeHintType , Generics.Collections.TObject >