IECUNumberOfStates Method

Returns the number of unique states that exist for the specified path name on 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#
int NumberOfStates(
	string path
)

Parameters

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

Return Value

Int32

See Also