Руководство Разработчика для Cisco Cisco Computer Telephony Integration OS 8.5

Скачать
Страница из 508
   
A-4
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 8.0(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 );
..................................
     }
}