Cisco Cisco Computer Telephony Integration Option 8.5 개발자 가이드

다운로드
페이지 506
   
A-4
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(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 );
..................................
     }
}