Bespoke Open Sound Control Library
FromByteArray Method (sourceEndPoint, data, start)
NamespacesBespoke.Common.OscOscMessageFromByteArray(IPEndPoint, array<Byte>[]()[], Int32%)
Deserialize the packet.
Declaration Syntax
C#Visual BasicVisual C++
public static OscMessage FromByteArray(
	IPEndPoint sourceEndPoint,
	byte[] data,
	ref int start
)
Public Shared Function FromByteArray ( _
	sourceEndPoint As IPEndPoint, _
	data As Byte(), _
	ByRef start As Integer _
) As OscMessage
public:
static OscMessage^ FromByteArray(
	IPEndPoint^ sourceEndPoint, 
	array<unsigned char>^ data, 
	int% start
)
Parameters
sourceEndPoint (IPEndPoint)
The packet origin.
data (array< Byte >[]()[])
The serialized packet.
start ( Int32 %)
The starting index into the serialized data stream.
Return Value
The newly deserialized packet.

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