OscPacket FromByteArray Method (IPEndPoint,  Byte , Int32 , Int32)Bespoke Osc Library
Deserialize the packet.

Namespace: Bespoke.Common.Osc
Assembly: Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Function FromByteArray ( _
	sourceEndPoint As IPEndPoint, _
	data As Byte(), _
	ByRef start As Integer, _
	end As Integer _
) As OscPacket

Parameters

sourceEndPoint
Type: OnlineSystem.Net IPEndPoint
The packet origin.
data
Type:  OnlineSystem Byte 
The serialized packet.
start
Type: OnlineSystem Int32 
The starting index into the serialized data stream.
end
Type: OnlineSystem Int32
The ending index into the serialized data stream.

Return Value

The newly deserialized packet.
See Also