Lucon SDK 1.0.7
Loading...
Searching...
No Matches
Gefasoft.LuconV2.ChannelCollection Class Reference

A container for channels. More...

Inheritance diagram for Gefasoft.LuconV2.ChannelCollection:

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.

Detailed Description

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.

Member Function Documentation

◆ Dispose()

virtual void Gefasoft.LuconV2.ChannelCollection.Dispose ( bool disposing)
protectedvirtual

Implements standard IDisposable pattern.

Parameters
disposing

Property Documentation

◆ this[int chanNr]

IChannel Gefasoft.LuconV2.ChannelCollection.this[int chanNr]
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.

Parameters
chanNrThe channel number of the desired channel
Returns

The documentation for this class was generated from the following file: