StandardChannel Class

This class controls a Standard message channel.

Inheritance Hierarchy

System Object
  IntervalZero.MaxRT.Libraries.DebugMessage.StandardChannel

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 StandardChannel : IDisposable

 

The StandardChannel class exposes the following members.

Constructors

 

Name Description

Public method

StandardChannel
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

GetMessage
Gets a message from the channel.

Public method

Open
Opens a channel. This channel is identified by the combination of VendorId, ProductCode, and ChannelId. If a channel with the same combination already exists, it will be opened.

Public method

SendMessage
Sends a message to the channel.

Properties

  Name Description

IsOpened
Indicates if the channel is opened.

SourceIndexFilter
An index of enabled sources.

TypeIndexFilter
An index of enabled types.

See Also: