interface ChipCNS7253RGBVExtendProperty {
    @_xsi:type?: "ChipCNS7253RGBVExtendProperty";
    CNS7253_B?: ChipCNS7253ExtendProperty;
    CNS7253_G?: ChipCNS7253ExtendProperty;
    CNS7253_R?: ChipCNS7253ExtendProperty;
    CNS7253_V?: ChipCNS7253ExtendProperty;
    FirstDataLen?: number;
    FirstRegisterAddr?: number;
    FirstStartIndex?: number;
    FourthDataLen?: number;
    FourthRegisterAddr?: number;
    FourthStartIndex?: number;
    IsAdvancedMode: boolean;
    IsSetLowEffectGamma?: boolean;
    IsStarSwipPoint?: boolean;
    IsUseNewModule?: boolean;
    SecondDataLen?: number;
    SecondRegisterAddr?: number;
    SecondStartIndex?: number;
    ThirdDataLen?: number;
    ThirdDataStartIndex?: number;
    ThirdRegisterAddr?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipCNS7253RGBVExtendProperty" = ...
FirstDataLen?: number = common.Int32
FirstRegisterAddr?: number = common.Int32
FirstStartIndex?: number = common.Int32
FourthDataLen?: number = common.Int32
FourthRegisterAddr?: number = common.Int32
FourthStartIndex?: number = common.Int32
IsAdvancedMode: boolean = common.Bool_true
IsSetLowEffectGamma?: boolean = common.Bool
IsStarSwipPoint?: 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