Click or drag to resize

ConfigurationFrame(FrameSize, MessagePeriod, UInt32) Constructor

Creates a new ConfigurationFrame.

Namespace: GSF.PhasorProtocols.SelFastMessage
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public ConfigurationFrame(
	FrameSize frameSize,
	MessagePeriod messagePeriod,
	uint idCode
)
View Source

Parameters

frameSize  FrameSize
A FrameSize object.
messagePeriod  MessagePeriod
A MessagePeriod object.
idCode  UInt32
An UInt32 as the id code.
Remarks
This constructor is used by a consumer to generate a SEL Fast Message configuration frame.
See Also