interface ChipSM16017DSRGBVExtendProperty {
    @_xsi:type?: "ChipSM16017DSRGBVExtendProperty";
    BlueRegValue?: number;
    FirstDataLen?: number;
    FirstRegisterAddr?: number;
    FirstStartIndex?: number;
    GreenRegValue?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RedRegValue?: number;
    VRedRegValue?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipSM16017DSRGBVExtendProperty" = ...
BlueRegValue?: number = common.UInt16
FirstDataLen?: number = common.Int32
FirstRegisterAddr?: number = common.Int32
FirstStartIndex?: number = common.Int32
GreenRegValue?: number = common.UInt16
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
RedRegValue?: number = common.UInt16
VRedRegValue?: number = common.UInt16