Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
Chapter 10      Call Object
Methods
10-22
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
Parameters
key
Key ID of the value to be retrieved.
Returns
A Short object containing a 16 bit short value or null if error.
GetValueUIntObj (Java only)
Retrieves a 32 bit unsigned integer with the specified key from the array.
Syntax
Long GetValueUIntObj( int iKey)
Parameters
key
Key ID of the value to be retrieved.
Returns
A Long object containing the 32 bit unsigned integer value or null if error.
GetValueUShortObj (Java only)
Retrieves a 16 bit unsigned short with the specified key from the array. 
Syntax
Integer GetValueSUhortObj( int iKey)