|
ClientInfoDeserialize Method
|
Creates an instance of
ClientInfo from raw binary data.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.311-beta
SyntaxGSF.ServiceProcess.ClientInfo.Deserialize = function(buffer, startIndex, length);
View SourceParameters
- 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
ClientInfoAn instance of the
ClientInfo class.
Exceptions
See Also