interface ChipMBI6033RGBVExtendProperty {
    @_xsi:type?: "ChipMBI6033RGBVExtendProperty";
    BlueProperty?: ChipMBI6033ExtendProperty;
    ChipLibVersion?: number;
    FirstDataLen?: number;
    FirstRegisterAddr?: number;
    FirstStartIndex?: number;
    GclkUnitCycle?: number;
    GreenProperty?: ChipMBI6033ExtendProperty;
    ICNumber?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RedProperty?: ChipMBI6033ExtendProperty;
    SecondDataLen?: number;
    SecondRegisterAddr?: number;
    SecondStartIndex?: number;
    ThirdDataLen?: number;
    ThirdDataStartIndex?: number;
    ThirdRegisterAddr?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipMBI6033RGBVExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
FirstDataLen?: number = common.Int32
FirstRegisterAddr?: number = common.Int32
FirstStartIndex?: number = common.Int32
GclkUnitCycle?: number = common.UInt8
ICNumber?: number = common.UInt16
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
SecondDataLen?: number = common.Int32
SecondRegisterAddr?: number = common.Int32
SecondStartIndex?: number = common.Int32
ThirdDataLen?: number = common.Int32
ThirdDataStartIndex?: number = common.Int32
ThirdRegisterAddr?: number = common.Int32