[This is preliminary documentation and is subject to change.]

Possible byte orders

Namespace: Tools.IOt
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public enum ByteAlign
Visual Basic
Public Enumeration ByteAlign
Visual C++
public enum class ByteAlign
F#
type ByteAlign
JScript
public enum ByteAlign

Members

Member nameValueDescription
LittleEndian0LittleEndian (Intel)
BigEndian1BigEndian (Motorola)
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also