BasicChannel Class
This class controls the Basic message channel.
Inheritance Hierarchy
System Object
IntervalZero.MaxRT.Libraries.DebugMessage.BasicChannel
Namespace:
IntervalZero.MaxRT.Libraries.DebugMessage
Assembly:
IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public class BasicChannel : IDisposable
The BasicChannel class exposes the following members.
Constructors
|
|
Name | Description |
|---|---|---|
|
|
Default constructor. |
Methods
| Name | Description | |
|---|---|---|
|
|
Closes the channel and releases the resources. |
|
|
|
Closes the channel and releases the resources. |
|
|
|
Gets the text of a category. |
|
|
|
Gets a message from the channel. |
|
|
|
Opens the channel. |
|
|
|
Sends a message to the channel. |
|
|
|
Sets the text for a category. |
Properties
| Name | Description | |
|---|---|---|
|
|
An index of enabled categories. |
|
|
|
Indicates if the channel is opened. |
|
|
|
A list of enabled severity levels. |
See Also: