Peer Parse Method sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Initialises object values form byte array

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

Public Function Parse ( _
	Data As Byte(), _
	Optional startIndex As Integer = 0 _
) As Integer

Parameters

Data
Type:  System Byte 
byte array containing serialised shape of Peer object
startIndex (Optional)
Type: System Int32

[Missing <param name="startIndex"/> documentation for "M:sP2PLib.Peer.Parse(System.Byte[],System.Int32)"]

Return Value

[Missing <returns> documentation for "M:sP2PLib.Peer.Parse(System.Byte[],System.Int32)"]

See Also