IECUSetState Method

Sets the internal state of the selected ECU module.

Definition

Namespace: Metas.Instr.Driver.ECU
Assembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
C#
void SetState(
	string path,
	int state
)

Parameters

path  String
Name of the path for which to read number of states. Reflection paths: A, B Transmission paths: AB
state  Int32
Number of the state to set.

See Also