| DiaGlobWrapperOpen Method |
diaGlobWrapper Help
Opens the set of channels specified in the diaGlobWrapper constructor.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxmember Open : unit -> unit
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