Click or drag to resize
DiaGlobWrapper Constructor
diaGlobWrapper Help
DiaGlobWrapper constructor.

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public DiaGlobWrapper(
	List<Channel> Channels
)

Parameters

Channels
Type: System.Collections.GenericListChannel
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
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)
See Also