Click or drag to resize

PayloadHasHeader Method

Determines whether or not the buffer contains the header information of a "Payload-Aware" transmission.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public static bool HasHeader(
	byte[] buffer,
	byte[] marker
)
View Source

Parameters

buffer  Byte
The buffer to be checked at index zero.
marker  Byte
The byte sequence used to mark the beginning of the payload in a "Payload-Aware" transmissions.

Return Value

Boolean
true if the buffer contains "Payload-Aware" transmission header; otherwise false.
See Also