Bespoke Open Sound Control Library
PadNull Method (data)
NamespacesBespoke.Common.OscOscPacketPadNull(List<(Of <(Byte>)>))
Pad a series of 0-3 null characters.
Declaration Syntax
C#Visual BasicVisual C++
protected static void PadNull(
	List<byte> data
)
Protected Shared Sub PadNull ( _
	data As List(Of Byte) _
)
protected:
static void PadNull(
	List<unsigned char>^ data
)
Parameters
data (List<(Of <(Byte>)>))
The data source to pad.

Assembly: Bespoke.Common.Osc (Module: Bespoke.Common.Osc) Version: 4.3.0.0 (4.3.0.0)