Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 500
   
A-4
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Appendix A      CTI OS Keywords and Enumerated Types
Enumerated Types
or by referencing as follows:
public class MyAgent extends CtiOsObject
{
 
      .................................................
     public int MyLogin(Arguments rArguments)
     {
..................................
rArguments.AddItemInt( "agentstate", CtiOs_IAgentState.eLogin );
..................................
     }
}