IECU Interface

Interface for ECU.

Definition

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

Properties

ECUList Returns a list of index numbers to be used for referring to the ECU modules that are currently attached.
ECUModel Returns the model of the selected ECU module.
ECUSerial Returns the serial of the selected ECU module.
Identification Instrument Identification
(Inherited from IDevice)
Module Selected ECU module (Default 1).

Methods

Close Closes the specified device session.
(Inherited from IDevice)
NumberOfStates Returns the number of unique states that exist for the specified path name on the selected ECU module.
Open Opens a Device session to the specified resource.
(Inherited from IDevice)
Preset Presets the device.
(Inherited from IDevice)
SetState Sets the internal state of the selected ECU module.

See Also