Gets or sets the expected endianness of integral value types.

Namespace:  Bespoke.Common.Osc
Assembly:  Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static bool LittleEndianByteOrder { get; set; }
Visual Basic (Declaration)
Public Shared Property LittleEndianByteOrder As Boolean
Visual C++
public:
static property bool LittleEndianByteOrder {
	bool get ();
	void set (bool value);
}

See Also