Click or drag to resize

ConfigurationCellCollectionIndexOfIDCode Method

Attempts to find the index of the IConfigurationCell with the specified ID code.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public virtual int IndexOfIDCode(
	ushort idCode
)
View Source

Parameters

idCode  UInt16
The IDCode to find.

Return Value

Int32
Index of the ConfigurationCellCollection that contains the specified idCode; otherwise, -1.
See Also