OscPacket PadNull Method Bespoke Osc Library
Pad a series of 0-3 null (zero) values.

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 Sub PadNull ( _
	data As List(Of Byte) _
)

Parameters

data
Type: OnlineSystem.Collections.Generic List OnlineByte 
The source data to pad.
See Also