interface ChipCFD2138SDecodeParam {
    @_xsi:type?: "ChipCFD2138SDecodeParam";
    BlankMoudle?: number;
    BlankUnitNumPerScan?: number;
    BlankVoltage?: number;
    CtrEndPoint?: number;
    DecodeChipType?: DecodeTypeEnum;
    DiscountOfLightBoard?: number;
    IsNewDecodeType?: boolean;
    NumOfICsInSeries?: number;
    RegByteOne?: number;
    RegByteThree?: number;
    RegByteTwo?: number;
    RepeatDecodingEnable?: boolean;
    RowChangePoint?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipCFD2138SDecodeParam" = ...
BlankMoudle?: number = common.UInt8
BlankUnitNumPerScan?: number = common.Int32
BlankVoltage?: number = common.UInt8
CtrEndPoint?: number = common.Int32
DecodeChipType?: DecodeTypeEnum
DiscountOfLightBoard?: number = common.UInt8
IsNewDecodeType?: boolean = common.Bool
NumOfICsInSeries?: number = common.UInt8
RegByteOne?: number = common.UInt8
RegByteThree?: number = common.UInt8
RegByteTwo?: number = common.UInt8
RepeatDecodingEnable?: boolean = common.Bool
RowChangePoint?: number = common.Int32