Enum BitMask
Provides an enumeration of a 32-bit mask.
Namespace: Unosquare.PiGpio.NativeEnums
Syntax
[Flags]
public enum BitMask : uint
Fields
| Name | Description |
|---|---|
| All | An full bitmask |
| Bit00 | The bit at index 00, from right LSB to left MSB |
| Bit01 | The bit at index 01, from right LSB to left MSB |
| Bit02 | The bit at index 02, from right LSB to left MSB |
| Bit03 | The bit at index 03, from right LSB to left MSB |
| Bit04 | The bit at index 04, from right LSB to left MSB |
| Bit05 | The bit at index 05, from right LSB to left MSB |
| Bit06 | The bit at index 06, from right LSB to left MSB |
| Bit07 | The bit at index 07, from right LSB to left MSB |
| Bit08 | The bit at index 08, from right LSB to left MSB |
| Bit09 | The bit at index 09, from right LSB to left MSB |
| Bit10 | The bit at index 10, from right LSB to left MSB |
| Bit11 | The bit at index 11, from right LSB to left MSB |
| Bit12 | The bit at index 12, from right LSB to left MSB |
| Bit13 | The bit at index 13, from right LSB to left MSB |
| Bit14 | The bit at index 14, from right LSB to left MSB |
| Bit15 | The bit at index 15, from right LSB to left MSB |
| Bit16 | The bit at index 16, from right LSB to left MSB |
| Bit17 | The bit at index 17, from right LSB to left MSB |
| Bit18 | The bit at index 18, from right LSB to left MSB |
| Bit19 | The bit at index 19, from right LSB to left MSB |
| Bit20 | The bit at index 20, from right LSB to left MSB |
| Bit21 | The bit at index 21, from right LSB to left MSB |
| Bit22 | The bit at index 22, from right LSB to left MSB |
| Bit23 | The bit at index 23, from right LSB to left MSB |
| Bit24 | The bit at index 24, from right LSB to left MSB |
| Bit25 | The bit at index 25, from right LSB to left MSB |
| Bit26 | The bit at index 26, from right LSB to left MSB |
| Bit27 | The bit at index 27, from right LSB to left MSB |
| Bit28 | The bit at index 28, from right LSB to left MSB |
| Bit29 | The bit at index 29, from right LSB to left MSB |
| Bit30 | The bit at index 30, from right LSB to left MSB |
| Bit31 | The bit at index 31, from right LSB to left MSB |
| None | An empty bitmask |