interface ChipTL3103UDExtendProperty {
    @_xsi:type?: "ChipTL3103UDExtendProperty";
    IsSetLowEffectGamma?: boolean;
    REG_LENGTH: number;
    RegisterArray: number[];
}

Hierarchy

Properties

@_xsi:type?: "ChipTL3103UDExtendProperty" = ...
IsSetLowEffectGamma?: boolean = common.Bool
REG_LENGTH: number = common.Int32_15
RegisterArray: number[] = ...