Sets the byte endianness of the buffer.

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Function SetOrder ( _
	o As ByteOrder _
) As ByteOrder
C#
public ByteOrder SetOrder(
	ByteOrder o
)
Visual C++
public:
ByteOrder^ SetOrder(
	ByteOrder^ o
)

Parameters

o
Type: Kaazing.HTML5..::..ByteOrder
The new byte order

Return Value

The buffer

See Also