VNetwork ParseFromBytes Method sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Initialises VNetwork object from byte array

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

Public Function ParseFromBytes ( _
	buff As Byte(), _
	Optional startIndex As Integer = 0 _
) As Integer

Parameters

buff
Type:  System Byte 
Buffer holding VNetwork bytes
startIndex (Optional)
Type: System Int32
Start index where to start parsing

Return Value

Number of bytes parsed
See Also