CommandFrame(UInt16, DeviceCommand, Byte) Constructor

Creates a new CommandFrame from specified parameters.

Definition

Namespace: Gemstone.PhasorProtocols.IEEEC37_118
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
public CommandFrame(
	ushort idCode,
	DeviceCommand command,
	byte version
)

Parameters

idCode  UInt16
The ID code of this CommandFrame.
command  DeviceCommand
The DeviceCommand for this CommandFrame.
version  Byte
IEEE C37.118 revision number.

Remarks

This constructor is used by a consumer to generate an IEEE C37.118 command frame.

See Also