| DiaSpringWrapperOpen Method |
Opens all channels defined in the device instance to allow voice resource to be used.
Namespace: InkostarAssembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntaxmember Open : unit -> unit
Remarks
This function will fail if invoked before creating an instance of diaSpringWrapper object.
Examples
Open all channels previously defined when object instance was created.
C#: objDevice.Open();
VB.NET: objDevice.Open()
See Also