Click or drag to resize

CommonFrameHeader(Byte, Int32, ProtocolVersion, ConfigurationFrame) Constructor

Creates a new CommonFrameHeader from given buffer.

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public CommonFrameHeader(
	byte[] buffer,
	int startIndex,
	ProtocolVersion protocolVersion,
	ConfigurationFrame configurationFrame
)
View Source

Parameters

buffer  Byte
Buffer that contains data to parse.
startIndex  Int32
Start index into buffer where valid data begins.
protocolVersion  ProtocolVersion
Macrodyne protocol to use for parsing.
configurationFrame  ConfigurationFrame
Configuration frame, if available.
See Also