Utility SwapEndian Method Bespoke Osc Library
Swap byte order.

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

Public Shared Function SwapEndian ( _
	data As Byte() _
) As Byte()

Parameters

data
Type:  OnlineSystem Byte 
The source data.

Return Value

The swapped data source.
See Also