Click or drag to resize

CommonFrameHeader(ProtocolVersion, FrameType) Constructor

Creates a new CommonFrameHeader.

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CommonFrameHeader(
	ProtocolVersion protocolVersion,
	FrameType typeID
)
View Source

Parameters

protocolVersion  ProtocolVersion
Macrodyne protocol to use for parsing.
typeID  FrameType
Frame type common header represents.
See Also