|
Lucon SDK 1.0.7
|
A container for channels. More...
Public Member Functions | |
| void | Dispose () |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
| Implements standard IDisposable pattern. | |
Properties | |
| IChannel | this[int chanNr] [get] |
| Returns a object for accessing a Channel with the given chanNr. | |
A container for channels.
The container owns its contents and disposes them.
Objects retrieved from the container can only be used until the container is disposed.
|
protectedvirtual |
Implements standard IDisposable pattern.
| disposing |
|
get |
Returns a object for accessing a Channel with the given chanNr.
An object is returned without checking whether a channel with number 'chanNr ' is physically present.
| chanNr | The channel number of the desired channel |