interface ChipMBI5850BExtendProperty {
    @_xsi:type?: "ChipMBI5850BExtendProperty";
    ChipLibVersion?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RegisterArray: number[];
}

Hierarchy

Properties

@_xsi:type?: "ChipMBI5850BExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
RegisterArray: number[] = ...