Click or drag to resize

ClientInfoDeserialize Method

Creates an instance of ClientInfo from raw binary data.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.311-beta
Syntax
public static ClientInfo Deserialize(
	byte[] buffer,
	int startIndex,
	int length
)
View Source

Parameters

buffer  Byte
The byte array containing the raw bytes
startIndex  Int32
The index of the first byte in the region that represents the client info
length  Int32
The total number of bytes available for deserialization

Return Value

ClientInfo
An instance of the ClientInfo class.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionInsufficient bytes to deserialize ClientInfo
See Also