Click or drag to resize
DiaGlobWrapperClose Method
diaGlobWrapper Help
Closes all channels and frees resources previously allocated.

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public void Close()
Remarks
No further operation on a channel can be performes once this function is invoked.
Compatibility: All.
On failure this function will generate an exception of type DiaGlobWrapperLibException
Examples
To close the channels:
C#: objDevice.Close();
VB.NET: objDevice.Close
See Also