[Missing <summary> documentation for "M:VVVV.Utils.OSC.OSCMessage.Unpack(System.Byte[],System.Int32@)"]

Namespace: VVVV.Utils.OSC
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static OSCMessage Unpack(
	byte[] bytes,
	ref int start
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]

[Missing <param name="bytes"/> documentation for "M:VVVV.Utils.OSC.OSCMessage.Unpack(System.Byte[],System.Int32@)"]

start
Type: System..::..Int32%

[Missing <param name="start"/> documentation for "M:VVVV.Utils.OSC.OSCMessage.Unpack(System.Byte[],System.Int32@)"]

Return Value

[Missing <returns> documentation for "M:VVVV.Utils.OSC.OSCMessage.Unpack(System.Byte[],System.Int32@)"]

See Also