Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 490
   
A-4
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(3)
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 );
..................................
     }
}