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

Hierarchy

Properties

@_xsi:type?: "ChipRT5958DecodeParam" = ...
BlankUnitNumPerScan?: number = common.Int32
CtrEndPoint?: number = common.Int32
DecodeChipType?: DecodeTypeEnum
IsNewDecodeType?: boolean = common.Bool
RowChangePoint?: number = common.Int32