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

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

Inkostar Namespace