OscMessage UpdateDataAt Method Bespoke Osc Library
Update a value within the message at the specified index.

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

Public Overridable Sub UpdateDataAt ( _
	index As Integer, _
	value As Object _
)

Parameters

index
Type: OnlineSystem Int32
The zero-based index of the element to update.
value
Type: OnlineSystem Object
The value to update the element with.
See Also