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

C#
public void Open()
Visual Basic (Declaration)
Public Sub Open
Visual C++
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