Bespoke Open Sound Control Library
ValueFromByteArray<(Of <(T>)>) Method (data, start)
NamespacesBespoke.Common.OscOscPacketValueFromByteArray<(Of <(T>)>)(array<Byte>[]()[], Int32%)
Deserialize a value.
Declaration Syntax
C#Visual BasicVisual C++
protected static T ValueFromByteArray<T>(
	byte[] data,
	ref int start
)
Protected Shared Function ValueFromByteArray(Of T) ( _
	data As Byte(), _
	ByRef start As Integer _
) As T
protected:
generic<typename T>
static T ValueFromByteArray(
	array<unsigned char>^ data, 
	int% start
)
Generic Template Parameters
T
The value's data type.
Parameters
data (array< Byte >[]()[])
The serialized data source.
start ( Int32 %)
The starting index into the serialized data stream.
Return Value
The newly deserialized value.

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