|
ClientInfoSerialize Method
|
Converts this
ClientInfo instance into raw binary data.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.311-beta
Syntaxpublic int Serialize(
byte[] buffer,
int startIndex
)
member Serialize :
buffer : byte[] *
startIndex : int -> int function Serialize(buffer, startIndex);
View SourceParameters
- 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
Int32The number of bytes written to the buffer
Exceptions
See Also