Click or drag to resize
DiaSpringWrapperOpen Method
Opens all channels defined in the device instance to allow voice resource to be used.

Namespace: Inkostar
Assembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntax
public void Open()
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