VNetwork FromByteArray Method sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Creates VNetwork 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 VNetwork

Parameters

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

Return Value

VNetwrok object
See Also