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.171 -- Release Build+34dcb26b99b7f42a0a0ca07181cf8915c27a98d6
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