Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 546
 
12-12
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 12      Helper Classes
Arguments Class
Table 12-5 Arguments Class Methods
Method
Description
AddItem
Adds an item to an Arguments array.
AddRef
Increments the reference count for the 
data item.
Clear
Deletes all elements from an Arguments 
array.
Clone
Creates a copy of an Arguments array.
CreateInstance
Creates an Arguments array.
DumpArgs
Returns Arguments object as a string
GetElement (also GetElementInt, 
GetElementUInt, 
GetElementUShort, 
GetElementShort, GetElementBool, 
GetElementString, GetElementArg, 
GetElementKey 
GetElementArgType)
Returns the value stored under a specified 
index.
GetValue (also GetValueInt, 
GetValueUShort, GetValueShort, 
GetValueBool, GetValueUInt, 
GetValueString, GetValueArray, 
GetValueArg)
Returns the value stored under a specified 
key.
IsValid
Tests if a key is present in the current 
Arguments array.
NumElements
Returns the number of arguments in the 
current Arguments array,.
Release
Decrements the reference count for the 
data item.
RemoveItem
Removes an item from an Arguments 
array.
SetElement
Sets the value of an index.
SetValue
Sets the value of a key.