openPDC Synchrophasor Help
PhasorDefinition Constructor (parent, index, entryValue)
NamespacesTVA.PhasorProtocols.BpaPdcStreamPhasorDefinitionPhasorDefinition(ConfigurationCell, Int32, String)
Creates a new PhasorDefinition from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public PhasorDefinition(
	ConfigurationCell parent,
	int index,
	string entryValue
)
Public Sub New ( _
	parent As ConfigurationCell, _
	index As Integer, _
	entryValue As String _
)
public:
PhasorDefinition(
	ConfigurationCell^ parent, 
	int index, 
	String^ entryValue
)
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.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0