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
public class StandardChannel : IDisposable
The StandardChannel class exposes the following members.
Constructors
|
|
Name | Description |
|---|---|---|
|
|
StandardChannel |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Close |
Closes the channel and releases the resources.
|
|
|
Dispose |
Closes the channel and releases the resources.
|
|
|
GetMessage |
Gets a message from the channel.
|
|
|
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.
|
|
|
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: