Show / Hide Table of Contents

Enum ByteOrder

Byte order of data.

Namespace: MAT.AtlasSessionApi
Assembly: MAT.AtlasSessionApi.dll
Syntax
public enum ByteOrder
Remarks

For Motorola this is big-endian (most-significant byte first). For Intel this is little-endian (least-significant byte first).

Fields

Name Description
BigEndian

Most-significant bit first (0xCAFEBABE = 0xCA 0xFE 0xBA 0xBE).

LittleEndian

Least-significant bit first (0xCAFEBABE = 0xBE 0xBA 0xFE 0xCA).

In This Article
Back to top Generated by DocFX