Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 500
   
6-16
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 6      Event Interfaces and Events
ISessionEvents Interface
Syntax
C++:
void OnMonitorModeEstablished(Arguments& args)
COM:
void OnMonitorModeEstablished (IArguments * args)
VB:
session_OnMonitorModeEstablished (ByVal args As CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Keyword
Type
Description
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)
OnSnapshotDeviceConf
The OnSnapshotDeviceConf confirmation message is fired to the client as part of a snapshot operation. 
For AgentMode clients, the OnSnapshotDeviceConf will arrive at startup time, after the 
OnQueryAgentStateConf message. The OnSnapshotDeviceConf indicates the number of calls present at 
the device, and their UniqueObjectIDs. 
Syntax
C++:
void OnSnapshotDeviceConf (Arguments & args);
COM:
HRESULT OnSnapshotDeviceConf ([in] IArguments * args);
VB:
Session_ OnSnapshotDeviceConf (ByVal args as CTIOSCLIENTLIB.IArguments)