OscPacket ValueFromByteArray T  Method Bespoke Osc Library
Deserialize a value.

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 ValueFromByteArray(Of T) ( _
	data As Byte(), _
	ByRef start As Integer _
) As T

Parameters

data
Type:  OnlineSystem Byte 
The serialized data source.
start
Type: OnlineSystem Int32 
The starting index into the serialized data stream.
Type Parameters

T
The value's data type.

Return Value

The newly deserialized value.
See Also