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

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

Syntax

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

Parameters

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

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

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

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

end
Type: System..::..Int32

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

Return Value

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

See Also