Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 546
 
Chapter 10      Call Object
Methods
10-20
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
To access an individual ECC array variable from this Arguments array, use 
the appropriate GetValueString, GetValueInt, etc. depending on the variable’s 
type, using the string keyword “user.ArrayName[n] where n is a zero based 
integer that notes the offset in the array.
GetLastError (Java only)
The GetLastError method returns the last error that occurred on the calling thread. 
Syntax
int GetLastError( )
Returns
An integer object containing the last error that occurred on the calling thread, or null 
if no such error can be found. See 
 and 
 for a list of possible Java 
CIL error codes.
GetValue Methods
See 
 for descriptions of the GetValue, GetValueInt, 
GetValueArray, and GetValueString methods.
GetValueBoolObj (Java only)
The GetValueBool method retrieves a Boolean with the specified key from the 
array. 
Syntax
Boolean GetValueBoolObj(int iKey)