21 #import <Cocoa/Cocoa.h> 24 ATV_BUTTON_DONT_USE_THIS = 0,
28 ATV_BUTTON_RIGHT_RELEASE,
30 ATV_BUTTON_RIGHT_H_RELEASE,
32 ATV_BUTTON_LEFT_RELEASE,
34 ATV_BUTTON_LEFT_H_RELEASE,
36 ATV_BUTTON_UP_RELEASE,
38 ATV_BUTTON_DOWN_RELEASE,
47 ATV_LEARNED_REWIND_RELEASE,
49 ATV_LEARNED_FORWARD_RELEASE,
69 - (id) initWithMode:(eRemoteMode) f_mode serverAddress:(NSString*) fp_server port:(
int) f_port verbose:(bool) f_verbose;
70 - (void) setUniversalModeTimeout:(
double) f_timeout;
72 -(void) handleEvent:(eATVClientEvent) f_event;
73 -(void) switchRemote:(
int) f_device_id;
75 - (void) enableVerboseMode:(
bool) f_really;
Definition: xbmcclientwrapper.mm:81
Definition: xbmcclientwrapper.h:66