#import <SBAppleRemoteListener.h>
Instance Methods | |
| (id) | - initWithDelegate: |
| (void) | - startListening |
| (void) | - stopListening |
| (BOOL) | - IsListening |
| (void) | - setDelegate: |
Class Methods | |
| (BOOL) | + isRemoteAvailable |
Protected Attributes | |
| IOHIDDeviceInterface ** | mDeviceInterface |
| IOHIDQueueInterface ** | mQueueInterface |
| CFRunLoopSourceRef | mEventSource |
| NSArray * | mCookies |
| id | mDelegate |
| BOOL | mIsListening |
| EAppleRemoteButton | mPendingHoldButton |
Definition at line 68 of file SBAppleRemoteListener.h.
Definition at line 120 of file SBAppleRemoteListener.mm.
| - (BOOL) IsListening |
Definition at line 250 of file SBAppleRemoteListener.mm.
| + (BOOL) isRemoteAvailable |
Definition at line 97 of file SBAppleRemoteListener.mm.
| - (void) setDelegate: | (id) | aDelegate |
Definition at line 256 of file SBAppleRemoteListener.mm.
| - (void) startListening |
Definition at line 139 of file SBAppleRemoteListener.mm.
| - (void) stopListening |
Definition at line 219 of file SBAppleRemoteListener.mm.
|
protected |
Definition at line 73 of file SBAppleRemoteListener.h.
|
protected |
Definition at line 74 of file SBAppleRemoteListener.h.
|
protected |
Definition at line 70 of file SBAppleRemoteListener.h.
|
protected |
Definition at line 72 of file SBAppleRemoteListener.h.
|
protected |
Definition at line 75 of file SBAppleRemoteListener.h.
|
protected |
Definition at line 76 of file SBAppleRemoteListener.h.
|
protected |
Definition at line 71 of file SBAppleRemoteListener.h.