IDisplay Interface

Interface for driver which supports turning display on or off.

Definition

Namespace: Metas.Instr.Driver
Assembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.9.9347.25378
C#
public interface IDisplay : IDevice
Implements
IDevice

Properties

Identification Instrument Identification
(Inherited from IDevice)

Methods

Close Closes the specified device session.
(Inherited from IDevice)
DisplayUpdateOff Display Update Off
DisplayUpdateOn Display Update On
DisplayUpdateOnce Display Update Once
Open Opens a Device session to the specified resource.
(Inherited from IDevice)
Preset Presets the device.
(Inherited from IDevice)

See Also