| CTI32 Engine Class Library |
|
SystemResources.OpenAllVoxChannels Method
Opens all of the VOX channels in the system.
[Visual Basic]
Public Shared Function OpenAllVoxChannels( _
ByVal
perfectCall As
Integer _
) As
Boolean
[C#]
public static
bool OpenAllVoxChannels(
int perfectCall);
Parameters
-
perfectCall
- The perfectCall parameter used while opening each VOX channel. See CTIOpenVoicePort for more info.
Return Value
True if errors occured dring the open process, otherwise false.
See Also
SystemResources Class | CTI32Engine Namespace