Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
Chapter 6      Event Interfaces and Events
IAgentEvents Interface
6-90
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
OnSetAgentStateConf
The OnSetAgentStateConf confirmation message is fired to the client to indicate 
that the SetAgentState request was received by the CTI Server. This confirmation 
message does not indicate that the agent has changed to the desired state; rather, 
the programmer should expect one or more OnAgentStateChange events to 
indicate the change of state.
Syntax
C++:
int OnSetAgentStateConf (Arguments & args);
COM:
 HRESULT OnSetAgentStateConf ([out] IArguments * args);
VB:
 Session_ OnSetAgentStateConf (ByVal args as 
CTIOSCLIENTLIB.IArguments)
Parameters
args
Not used; reserved for future use.
CIL ConnectionID
STRING
ID of the client’s connection on the 
server.
StatusSystem
ARGUMENTS
Arguments array containing the 
following elements:
StatusCTIServer
StatusCtiServerDriver
StatusCentralController
StatusPeripherals  (Arguments 
array with a peripheral id for 
each key and a boolean true/false 
value indicating if that 
peripheral is online)