Click or drag to resize

PacketParserParseCommonHeader Method

Returns an PacketCommonHeader object.

Namespace: GSF.Historian.Packets
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected override ICommonHeader<short> ParseCommonHeader(
	byte[] buffer,
	int offset,
	int length
)
View Source

Parameters

buffer  Byte
Buffer containing data to parse.
offset  Int32
Offset index into buffer that represents where to start parsing.
length  Int32
Maximum length of valid data from offset.

Return Value

ICommonHeaderInt16
A PacketCommonHeader object parsed from the buffer, or null if not enough buffer is available..
See Also