interface ChipDM413RGBVExtendProperty {
    @_xsi:type?: "ChipDM413RGBVExtendProperty";
    BlueProperty?: ChipDM413ExtendProperty;
    ChipLibVersion?: number;
    FirstDataLen?: number;
    FirstRegisterAddr?: number;
    FirstStartIndex?: number;
    GreenProperty?: ChipDM413ExtendProperty;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RedProperty?: ChipDM413ExtendProperty;
}

Hierarchy

Properties

@_xsi:type?: "ChipDM413RGBVExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
FirstDataLen?: number = common.Int32
FirstRegisterAddr?: number = common.Int32
FirstStartIndex?: number = common.Int32
GreenProperty?: ChipDM413ExtendProperty
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool