ILogger Interface

Interface for Logger Driver.

Definition

Namespace: Metas.Instr.Driver.Logger
Assembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
C#
public interface ILogger : IDevice
Implements
IDevice

Properties

Descriptions Descriptions
Identification Instrument Identification
(Inherited from IDevice)
Units Units
Values Values

Methods

Close Closes the specified device session.
(Inherited from IDevice)
Open Opens a Device session to the specified resource.
(Inherited from IDevice)
Preset Presets the device.
(Inherited from IDevice)

See Also