interface ChipMY9366ExtendProperty {
    @_xsi:type?: "ChipMY9366ExtendProperty";
    BCurrentCompensation?: boolean;
    BFirstScancompensation?: number;
    BIsClearGhost: boolean;
    BLowGrayValue?: number;
    BSmallAdjust?: number;
    GCurrentCompensation?: boolean;
    GFirstScancompensation?: number;
    GIsClearGhost: boolean;
    GLowGrayValue?: number;
    GSmallAdjust?: number;
    IsSetLowEffectGamma?: boolean;
    RCurrentCompensation?: boolean;
    RFirstScancompensation?: number;
    RIsClearGhost: boolean;
    RLowGrayValue?: number;
    RSmallAdjust?: number;
    VRCurrentCompensation?: boolean;
    VRFirstScancompensation?: number;
    VRIsClearGhost: boolean;
    VRLowGrayValue?: number;
    VRSmallAdjust?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipMY9366ExtendProperty" = ...
BCurrentCompensation?: boolean = common.Bool
BFirstScancompensation?: number = common.UInt8
BIsClearGhost: boolean = common.Bool_true
BLowGrayValue?: number = common.UInt8
BSmallAdjust?: number = common.UInt8
GCurrentCompensation?: boolean = common.Bool
GFirstScancompensation?: number = common.UInt8
GIsClearGhost: boolean = common.Bool_true
GLowGrayValue?: number = common.UInt8
GSmallAdjust?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
RCurrentCompensation?: boolean = common.Bool
RFirstScancompensation?: number = common.UInt8
RIsClearGhost: boolean = common.Bool_true
RLowGrayValue?: number = common.UInt8
RSmallAdjust?: number = common.UInt8
VRCurrentCompensation?: boolean = common.Bool
VRFirstScancompensation?: number = common.UInt8
VRIsClearGhost: boolean = common.Bool_true
VRLowGrayValue?: number = common.UInt8
VRSmallAdjust?: number = common.UInt8