Protocol
classes that your applications
can use to set up communication with T-Server, such as
TServerProtocol. Protocol
object, as shown here:
TServerProtocol tServerProtocol =
new TServerProtocol(
new Endpoint(
tServerUri));
...
tServerProtocol.open();
events
and requests
packages
associated with this SDK, for example
com.genesyslab.platform.voice.protocol.tserver.events
or
com.genesyslab.platform.voice.protocol.tserver.requests.party
.For general information on the structure and usage of the Platform SDKs, or information on TLib functions, datatypes and unstructured data, please refer to the Platform SDK Developer's Guide.
Interface | Description |
---|---|
TServerProtocolHandshakeOptions |
Dedicated interface to represent TServer protocol handshake parameters.
|
Class | Description |
---|---|
ConnectionId |
The ConnectionID class represents 8-bytes unique identifier of the call.
|
ConnectionSettings | |
EventMask |
EventMask specifies which T-Server events can be transmitted to the application.
|
TServerProtocol |
Use a
TServerProtocol object to establish
communication between a client application and TServer. |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.