Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
12-35
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 12      Helper Classes
CWaitObject Class (C++ and Java only)
Parameters
None.
Return Values
Returns a text string containing the description of the exception.
What
The What method returns a text string containing the description of the exception, 
the code of an error, and the status.
Syntax
const char* What();
Parameters
None.
Return Values
Returns a text string containing the description of the exception, the code of an 
error, and the status.
CWaitObject Class (C++ and Java only)
CWaitObject is a CIL object that derives from CtiOsObject. It is a utility class that 
enables a thread to wait for one or more CTI events. The user can provide a list of 
events along with a wait timeout. Wait objects are created with the 
CreateWaitObject Session Object method and destroyed with the 
DestroyWaitObject Session Object method.