interface ChipVB5658DecodeParam {
    @_xsi:type?: "ChipVB5658DecodeParam";
    BlankUnitNumPerScan?: number;
    CtrEndPoint?: number;
    DecodeChipType?: DecodeTypeEnum;
    EliminateShadowElectricPotentialLevel?: number;
    EliminateShadowEnhance?: boolean;
    IsNewDecodeType?: boolean;
    RowChangePoint?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipVB5658DecodeParam" = ...
BlankUnitNumPerScan?: number = common.Int32
CtrEndPoint?: number = common.Int32
DecodeChipType?: DecodeTypeEnum
EliminateShadowElectricPotentialLevel?: number = common.UInt8
EliminateShadowEnhance?: boolean = common.Bool
IsNewDecodeType?: boolean = common.Bool
RowChangePoint?: number = common.Int32