Avaya Client Services API Reference (OS X)
Instance Methods | List of all members
<CSHIDServiceDelegate> Protocol Reference

Describes methods that are implemented by the delegate of a CSHIDService. More...

#import <CSHIDService.h>

Inherits <NSObject>.

Instance Methods

(void) - hidServiceDidActivate:
 Sent when the HID service has been activated. More...
 
(void) - hidServiceDidDeactivate:
 Sent when the HID service has been deactivated. More...
 
(void) - hidService:buttonPressUnhandled:
 Sent when a button pressed on the HID device was not handled automatically by the Client SDK. More...
 
(void) - hidService:deviceName:didChangeConnectionStatus:
 Sent when the connection status to the HID device was changed. More...
 

Detailed Description

Describes methods that are implemented by the delegate of a CSHIDService.

Method Documentation

- (void) hidService: (CSHIDService *)  hidService
buttonPressUnhandled: (CSHIDButtonType button 

Sent when a button pressed on the HID device was not handled automatically by the Client SDK.

Parameters
hidServiceThe HID service instance sending the message.
buttonThe button that was not handled.
- (void) hidService: (CSHIDService *)  hidService
deviceName: (NSString *)  deviceName
didChangeConnectionStatus: (CSHIDDeviceConnectionStatus status 
optional

Sent when the connection status to the HID device was changed.

Parameters
hidServiceThe HID service instance sending the message.
deviceNameThe name of the HID device.
statusThe status of the HID device connection
- (void) hidServiceDidActivate: (CSHIDService *)  hidService

Sent when the HID service has been activated.

Parameters
hidServiceThe HID service instance sending the message.
- (void) hidServiceDidDeactivate: (CSHIDService *)  hidService

Sent when the HID service has been deactivated.

Parameters
hidServiceThe HID service instance sending the message.

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