Click or drag to resize

ClientInfoSerialize Method

Converts this ClientInfo instance into raw binary data.

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

Parameters

buffer  Byte
The buffer into which raw binary data will be written
startIndex  Int32
The start of the region in the buffer into which the raw binary data will be written

Return Value

Int32
The number of bytes written to the buffer
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionInsufficient bytes to serialize ClientInfo
See Also