~~NOTRANS~~ ====== OpcByteOrder Enum ====== **Namespace:** Opc.UaFx \\ **Assemblies:** Opc.UaFx.Advanced.dll Specifies the byte order of a stream. **C#** \\ <code csharp> public enum OpcByteOrder </code> \\ **Inheritance** [[https://docs.microsoft.com/en-us/dotnet/api/system.object|Object]] › [[https://docs.microsoft.com/en-us/dotnet/api/system.valuetype|ValueType]] › [[https://docs.microsoft.com/en-us/dotnet/api/system.enum|Enum]] › OpcByteOrder ===== Fields ===== <panel> ^ Name ^ Value ^ Description ^ | BigEndian | 0 | The most significant byte (highest address) is stored first. | | LittleEndian | 1 | The least significant byte (lowest address) is stored first. | </panel>