OpenScape Xpert Client API Logo

Contents

  • 1. Basics
    • 1.1. Thrift API
    • 1.2. Architecture
    • 1.3. Connection
    • 1.4. Encrypted Communication
  • 2. Development environment
    • 2.1. Generating language bindings
    • 2.2. Example project (C++/CMake)
    • 2.3. Example project (C#)
  • 3. Examples
    • 3.1. Logging in/out
    • 3.2. Monitoring
    • 3.3. Graphical Dialer
  • 4. osxpert.thrift
    • 4.1. Usage
    • 4.2. Reference
  • 5. API Reference
    • 5.1. Constants
    • 5.2. Type aliases
    • 5.3. Enumerations
    • 5.4. Structs
    • 5.5. Services
  • 6. Resources
OpenScape Xpert Client API
  • Docs »
  • Index

Index

C | M | S

C

  • ClientConnection (C++ class)
  • ClientOptions (C++ struct)
  • ClientOptions::ClientOptions (C++ function)
  • ClientOptions::ConnectionTimeoutMillis (C++ member)
  • ClientOptions::Host (C++ member)
  • ClientOptions::Port (C++ member)
  • ClientOptions::SslSocketFactoryPtr (C++ type)
  • ClientOptions::TlsSocketFactory (C++ member)
  • ClientTlsOptions (C++ struct)
  • ClientTlsOptions::CertificateFile (C++ member)
  • ClientTlsOptions::PrivateKeyFile (C++ member)
  • ClientTlsOptions::TrustedCaFile (C++ member)
  • ClientTlsOptions::VerifyHost (C++ member)
  • connect (C++ function)

M

  • makeClient (C++ function)

S

  • Server (C++ class)
  • Server::listen (C++ function)
  • Server::stop (C++ function)
  • ServerOptions (C++ struct)
  • ServerOptions::ListenAddress (C++ member)
  • ServerOptions::ListenPort (C++ member)
  • ServerOptions::TlsOptions (C++ member)
  • ServerTlsOptions (C++ struct)
  • ServerTlsOptions::AuthenticateClient (C++ member)
  • ServerTlsOptions::CertificateFile (C++ member)
  • ServerTlsOptions::PrivateKeyFile (C++ member)
  • ServerTlsOptions::TrustedCaFile (C++ member)
  • ServerTlsOptions::VerifyClientHost (C++ member)

© Copyright 2020, Unify

Built with Sphinx using a theme provided by Read the Docs.