MultiplexerChannel Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Available channels
This enumeration supports a bitwise combination of its member values.
C#
[System.Flags]
public enum MultiplexerChannel
[<System.Flags>]
type MultiplexerChannel =
Public Enum MultiplexerChannel
- Inheritance
-
MultiplexerChannel
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | No channel is selected |
Channel0 | 1 | Channel 0 Byte (2^0 = 1) |
Channel1 | 2 | Channel 1 Byte (2^1 = 2) |
Channel2 | 4 | Channel 2 Byte (2^2 = 4) |
Channel3 | 8 | Channel 3 Byte (2^3 = 8) |
Channel4 | 16 | Channel 4 Byte (2^4 = 16) |
Channel5 | 32 | Channel 5 Byte (2^5 = 32) |
Channel6 | 64 | Channel 6 Byte (2^6 = 64) |
Channel7 | 128 | Channel 7 Byte (2^7 = 128) |
Produk | Versi |
---|---|
.NET IoT Libraries | 2.2.0 |