interface ChipMBI5759BExtendProperty {
    @_xsi:type?: "ChipMBI5759BExtendProperty";
    ChipLibVersion?: number;
    CustomExtendProperty?: ChipMBI5759BCustomExtendProperty;
    GrayDepth?: number;
    GRGBExtendProperty?: ChipMBI5759BGRGBExtendProperty;
    IsAdvancedMode: boolean;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    ScanType?: number;
    SpecialDataLen?: number;
    SpecialRegisterAddr?: number;
    subField?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipMBI5759BExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
CustomExtendProperty?: ChipMBI5759BCustomExtendProperty
GrayDepth?: number = common.UInt8
GRGBExtendProperty?: ChipMBI5759BGRGBExtendProperty
IsAdvancedMode: boolean = common.Bool_true
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
ScanType?: number = common.Int32
SpecialDataLen?: number = common.Int32
SpecialRegisterAddr?: number = common.UInt32
subField?: number = common.UInt8