Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
10-21
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 10      Call Object
Methods
Parameters
Key
Key ID for the object to be retrieved.
Returns
A Boolean object representation of the contained value or null if error.
GetValueIntObj (Java only)
Gets the contained value as an integer.
Syntax
Integer GetValueIntObj( int iKey)
Parameters
key
Key ID of the value to be retrieved.
Returns
An Integer object containing a 32 bit signed integer value or null if error.
GetValueShortObj (Java only)
Retrieves a 16 bit short with the specified key from the array..
Syntax
Short GetValueShortObj( int iKey)
Short GetValueShortObj( short sKey)