Click or drag to resize
DiaGlobWrapperOpen Method
diaGlobWrapper Help
Opens the set of channels specified in the diaGlobWrapper constructor.

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public void Open()
Remarks
This function needs to be invoked before performing any operation on a channel.
Compatibility: All.
On failure this function will generate an exception of type DiaGlobWrapperLibException
Examples
To open the channels:
C#: objDevice.Open();
VB.NET: objDevice.Open
See Also