Click or drag to resize

ConfigurationCell(ConfigurationFrame, String) Constructor

Creates a new ConfigurationCell from specified parameters.

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public ConfigurationCell(
	ConfigurationFrame parent,
	string deviceLabel = null
)
View Source

Parameters

parent  ConfigurationFrame
The parent ConfigurationFrame reference to use.
deviceLabel  String  (Optional)
INI section device label to use.
See Also