Bespoke Open Sound Control Library
SwapEndian Method (data)
NamespacesBespoke.Common.OscOscPacketSwapEndian(array<Byte>[]()[])
Swap byte order.
Declaration Syntax
C#Visual BasicVisual C++
protected static byte[] SwapEndian(
	byte[] data
)
Protected Shared Function SwapEndian ( _
	data As Byte() _
) As Byte()
protected:
static array<unsigned char>^ SwapEndian(
	array<unsigned char>^ data
)
Parameters
data (array< Byte >[]()[])
The source data.
Return Value
The swapped data source.

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