Click or drag to resize

PhasorDefinition(ConfigurationCell, Int32, String) Constructor

Creates a new PhasorDefinition from specified parameters.

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public PhasorDefinition(
	ConfigurationCell parent,
	int index,
	string entryValue
)
View Source

Parameters

parent  ConfigurationCell
The ConfigurationCell parent of this PhasorDefinition.
index  Int32
Index of phasor within INI based configuration file.
entryValue  String
The entry value from the INI based configuration file.
See Also