Bespoke Open Sound Control Library
FromByteArray Method (sourceEndPoint, data)
NamespacesBespoke.Common.OscOscPacketFromByteArray(IPEndPoint, array<Byte>[]()[])
Deserialize the packet.
Declaration Syntax
C#Visual BasicVisual C++
public static OscPacket FromByteArray(
	IPEndPoint sourceEndPoint,
	byte[] data
)
Public Shared Function FromByteArray ( _
	sourceEndPoint As IPEndPoint, _
	data As Byte() _
) As OscPacket
public:
static OscPacket^ FromByteArray(
	IPEndPoint^ sourceEndPoint, 
	array<unsigned char>^ data
)
Parameters
sourceEndPoint (IPEndPoint)
The packet origin.
data (array< Byte >[]()[])
The serialized packet.
Return Value
The newly deserialized packet.

Assembly: Bespoke.Common.Osc (Module: Bespoke.Common.Osc) Version: 4.3.0.0 (4.3.0.0)