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

Hierarchy

Properties

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