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.138 -- Release Build+d320e0a63cabbd50e5d712783a511f5687755b05
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