ConfigurationFrame(OnlineDataFormatFlags, String, String, String) Constructor

Creates a new ConfigurationFrame.

Definition

Namespace: Gemstone.PhasorProtocols.Macrodyne
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.158 -- Release Build+4e142f43dbc4b789ed7256dff03daee71604570b
public ConfigurationFrame(
	OnlineDataFormatFlags onlineDataFormatFlags,
	string unitID,
	string configurationFileName = null,
	string deviceLabel = null
)

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