Click or drag to resize

CommandFrame(DeviceCommand, MessagePeriod) Constructor

Creates a new CommandFrame from specified parameters.

Namespace: GSF.PhasorProtocols.SelFastMessage
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CommandFrame(
	DeviceCommand command,
	MessagePeriod messagePeriod
)
View Source

Parameters

command  DeviceCommand
The DeviceCommand for this CommandFrame.
messagePeriod  MessagePeriod
The desired MessagePeriod for SEL device connection.
Remarks
This constructor is used by a consumer to generate an SEL Fast Message command frame.
See Also