Click or drag to resize

CommonFrameHeader(ConfigurationFrame1, Byte, Int32) Constructor

Creates a new CommonFrameHeader from given buffer.

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

Parameters

configurationFrame  ConfigurationFrame1
IEEE C37.118 ConfigurationFrame1 if already parsed.
buffer  Byte
Buffer that contains data to parse.
startIndex  Int32
Start index into buffer where valid data begins.
See Also