VUser FromByteArray Method sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Creates VUser object from byte array

Namespace: sP2PLib
Assembly: sP2PLib (in sP2PLib.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax

Public Shared Function FromByteArray ( _
	buff As Byte(), _
	startIndex As Integer, _
	ByRef bytesLength As Integer _
) As VUser

Parameters

buff
Type:  System Byte 
Buffer holding VUser bytes
startIndex
Type: System Int32
Start index where to start parsing
bytesLength
Type: System Int32 
Output of number of bytes parsed

Return Value

VUser object
See Also