Click or drag to resize

CommonFrameHeader Constructor

Creates a new CommonFrameHeader from given buffer.

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

Parameters

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