Click or drag to resize

CommonFrameHeader(Byte, Int32) Constructor

Creates a new CommonFrameHeader from given buffer.

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

Parameters

buffer  Byte
Buffer that contains data to parse.
startIndex  Int32
Start index into buffer where valid data begins.
See Also