Describes methods that are implemented by the delegate of a CSHIDService
.
More...
#import <CSHIDService.h>
Inherits <NSObject>.
Describes methods that are implemented by the delegate of a CSHIDService
.
Sent when a button pressed on the HID device was not handled automatically by the Client SDK.
- Parameters
-
hidService | The HID service instance sending the message. |
button | The button that was not handled. |
Sent when the connection status to the HID device was changed.
- Parameters
-
hidService | The HID service instance sending the message. |
deviceName | The name of the HID device. |
status | The status of the HID device connection |
Sent when the HID service has been activated.
- Parameters
-
hidService | The HID service instance sending the message. |
- (void) hidServiceDidDeactivate: |
|
(CSHIDService *) |
hidService |
|
Sent when the HID service has been deactivated.
- Parameters
-
hidService | The HID service instance sending the message. |
The documentation for this protocol was generated from the following file: