Click or drag to resize

CommandFrame(UInt16, DeviceCommand, Byte) Constructor

Creates a new CommandFrame from specified parameters.

Namespace: GSF.PhasorProtocols.IEC61850_90_5
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CommandFrame(
	ushort idCode,
	DeviceCommand command,
	byte version
)
View Source

Parameters

idCode  UInt16
The ID code of this CommandFrame.
command  DeviceCommand
The DeviceCommand for this CommandFrame.
version  Byte
IEC 61850-90-5 revision number.
Remarks
This constructor is used by a consumer to generate an IEC 61850-90-5 command frame.
See Also