Click or drag to resize

ControllableEndpoint Class

The details of a controllable endpoint for shared control.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesControllableEndpoint

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ControllableEndpoint

The ControllableEndpoint type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
Display name of the controllable endpoint.
Public propertyEndpointId
Unique string Id of the controllable endpoint.
Public propertyFirmwareVersion
Firmware version of the controllable endpoint.
Public propertyId
Numeric Id identifying the controlled endpoint.
Public propertyModel
Model of the controllable endpoint.
Public propertySerialNumber
Serial number of the controllable endpoint.
Public propertyURI
URI of the controllable endpoint.
Top
Remarks
The ControllableEndpoint class provides access to the details of controllable endpoint which can be used for shared control.
See Also