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

Copy
public class BasicChannel : IDisposable

 

The BasicChannel class exposes the following members.

Constructors

 

Name Description

Public method

BasicChannel

Default constructor.

Methods

  Name Description

Public method

Close

Closes the channel and releases the resources.

Public method

Dispose

Closes the channel and releases the resources.

Public method

GetCategoryName

Gets the text of a category.

Public method

GetMessage

Gets a message from the channel.

Public method

Open

Opens the channel.

Public method

SendMessage

Sends a message to the channel.

Public method

SetCategoryName

Sets the text for a category.

Properties

  Name Description

CategoryIndexFilter

An index of enabled categories.

IsOpened

Indicates if the channel is opened.

SeverityFilter

A list of enabled severity levels.

See Also: