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.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
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