Avaya Client Services API Reference (OS X)
Properties | List of all members
CSControllableEndpoint Class Reference

The details of a controllable endpoint for shared control. More...

#import <CSControllableEndpoint.h>

Inherits NSObject.

Properties

int intId
 Numeric Id identifying the controlled endpoint. More...
 
NSString * URI
 URI of the controllable endpoint. More...
 
NSString * displayName
 Display name of the controllable endpoint. More...
 
NSString * serialNumber
 Serial number of the controllable endpoint. More...
 
NSString * firmwareVersion
 Firmware version of the controllable endpoint. More...
 
NSString * model
 Model of the controllable endpoint. More...
 
NSString * endpointId
 Unique string Id of the controllable endpoint. More...
 

Detailed Description

The details of a controllable endpoint for shared control.

The ControllableEndpoint class provides access to the details of controllable endpoint which can be used for shared control.

Property Documentation

- (NSString*) displayName
readnonatomicassign

Display name of the controllable endpoint.

- (NSString*) endpointId
readnonatomicassign

Unique string Id of the controllable endpoint.

- (NSString*) firmwareVersion
readnonatomicassign

Firmware version of the controllable endpoint.

- (int) intId
readnonatomicassign

Numeric Id identifying the controlled endpoint.

- (NSString*) model
readnonatomicassign

Model of the controllable endpoint.

- (NSString*) serialNumber
readnonatomicassign

Serial number of the controllable endpoint.

- (NSString*) URI
readnonatomicassign

URI of the controllable endpoint.


The documentation for this class was generated from the following file: