diaGlobWrapper Help
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
DiaGlobWrapper constructor.
Namespace:
InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public DiaGlobWrapper( List<Channel> Channels ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ Channels As List(Of Channel) _ ) |
| Visual C++ |
|---|
public: DiaGlobWrapper( List<Channel^>^ Channels ) |
Parameters
- Channels
- Type: System.Collections.Generic..::.List<(Of <(Channel>)>)
A generic collection of Channel objects to be used.
Remarks
On Success this function will generate an event of EventReceived.ChannelReady.
No further operation on the channel can be performed until the EventReceived.ChannelReady event is received.
Compatibility: All
On failure this function will generate an exception of type DiaGlobWrapperLibException
No further operation on the channel can be performed until the EventReceived.ChannelReady event is received.
Compatibility: All
On failure this function will generate an exception of type DiaGlobWrapperLibException
Examples
To create an instance of the DiaGlobWrapper class.
C#: Inkostar.DiaGlobWrapper objDevice = new Inkostar.DiaGlobWrapper(channels);
VB.NET: Dim objDevice As New Inkostar.DiaGlobWrapper(channels)
C#: Inkostar.DiaGlobWrapper objDevice = new Inkostar.DiaGlobWrapper(channels);
VB.NET: Dim objDevice As New Inkostar.DiaGlobWrapper(channels)