interface ChipFM7519DecodeParam {
    @_xsi:type?: "ChipFM7519DecodeParam";
    BlankMoudle?: number;
    BlankUnitNumPerScan?: number;
    BlankVoltage?: number;
    CtrEndPoint?: number;
    DecodeChipType?: DecodeTypeEnum;
    IsNewDecodeType?: boolean;
    Registor: number;
    RowChangePoint?: number;
    ShadowEliminationEnhancedEnable?: boolean;
}

Hierarchy

Properties

@_xsi:type?: "ChipFM7519DecodeParam" = ...
BlankMoudle?: number = common.UInt8
BlankUnitNumPerScan?: number = common.Int32
BlankVoltage?: number = common.UInt8
CtrEndPoint?: number = common.Int32
DecodeChipType?: DecodeTypeEnum
IsNewDecodeType?: boolean = common.Bool
Registor: number = common.UInt8_10
RowChangePoint?: number = common.Int32
ShadowEliminationEnhancedEnable?: boolean = common.Bool