C# Mine
ContentsIndexHome
PreviousUpNext
eConfigByte Enumeration
Syntax
C#
public enum eConfigByte { Byte_1 = 1, Byte_2 = 2, Byte_3 = 3, Byte_4 = 4, Byte_1and2 = 12, Byte_3and4 = 34 }

Enumerations.cs

Members 
Description 
Byte_1 = 1 
Lowest Byte  
Byte_2 = 2 
2nd Lowest byte  
Byte_3 = 3 
2nd Most upper Byte  
Byte_4 = 4 
Most upper Byte  
Byte_1and2 = 12 
Lower 2 Bytes  
Byte_3and4 = 34 
Upper 2 Bytes  

This is record eConfigByte.

Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!