Dibaca dalam bahasa Inggeris Edit

Kongsi melalui


MultiplexerChannel Enum

Definition

Available channels

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum MultiplexerChannel
Inheritance
MultiplexerChannel
Attributes

Fields

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)

Applies to

Produk Versi
.NET IoT Libraries 2.2.0