Click or drag to resize

ConfigurationFrame(OnlineDataFormatFlags, String, String, String) Constructor

Creates a new ConfigurationFrame.

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

Parameters

onlineDataFormatFlags  OnlineDataFormatFlags
Online data format flags to use in this Macrodyne ConfigurationFrame.
unitID  String
8 character unit ID to use in this Macrodyne ConfigurationFrame.
configurationFileName  String  (Optional)
INI configuration file name, if specified.
deviceLabel  String  (Optional)
INI section name.
Remarks
This constructor is used by a consumer to generate a Macrodyne configuration frame.
See Also