OscPacket FromByteArray Method (IPEndPoint,  Byte )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() _
) As OscPacket

Parameters

sourceEndPoint
Type: OnlineSystem.Net IPEndPoint
The packet origin.
data
Type:  OnlineSystem Byte 
The serialized packet.

Return Value

The newly deserialized packet.
See Also