Share via


ChannelProperties Enum

Definition

Each channel has properties

This enumeration supports a bitwise combination of its member values.

public enum class ChannelProperties
[System.Flags]
public enum ChannelProperties
[<System.Flags>]
type ChannelProperties = 
Public Enum ChannelProperties
Inheritance
ChannelProperties
Attributes

Fields

Default 1

This channel is used to transfer events by default (for ex. ai07)

DevChannel 16

Developer's channel is used to collect all events, even those which are going to be completely suppressed.

InternalOnly 2

Channel is used for internal users only

None 0

No specific settings

NotForUnitTest 8

This channel is not supposed to be used during unit tests because it is real channel

Test 4

For unit test purposes

Applies to