OscPacket Append T  Method Bespoke Osc Library
Appends a value to the packet.

Namespace: Bespoke.Common.Osc
Assembly: Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public MustOverride Function Append(Of T) ( _
	value As T _
) As Integer

Parameters

value
Type: T
The value to append.
Type Parameters

T
The type of object being appended.

Return Value

The index of the newly added value within the Data property.

Return Value

The index of the newly appended value.
See Also