interface ChipHS3257ExtendProperty {
    @_xsi:type?: "ChipHS3257ExtendProperty";
    ChipLibVersion?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RegFirst?: number;
    RegFourth?: number;
    RegSecond?: number;
    RegThird?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipHS3257ExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
RegFirst?: number = common.UInt16
RegFourth?: number = common.UInt16
RegSecond?: number = common.UInt16
RegThird?: number = common.UInt16