Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppb_remote_controller_samsung.h
Go to the documentation of this file.
1 /* Copyright 2016 Samsung Electronics. All rights reserved.
2  * Use of this source code is governed by a BSD-style license that can be
3  * found in the LICENSE file.
4  */
5 
6 /* From samsung/ppb_remote_controller_samsung.idl,
7  * modified Fri Oct 7 12:45:45 2016.
8  */
9 
10 #ifndef PPAPI_C_SAMSUNG_PPB_REMOTE_CONTROLLER_SAMSUNG_H_
11 #define PPAPI_C_SAMSUNG_PPB_REMOTE_CONTROLLER_SAMSUNG_H_
12 
13 #include "ppapi/c/pp_instance.h"
14 #include "ppapi/c/pp_macros.h"
15 #include "ppapi/c/pp_stdint.h"
16 
17 #define PPB_REMOTECONTROLLER_SAMSUNG_INTERFACE_0_1 \
18  "PPB_RemoteController_Samsung;0.1"
19 #define PPB_REMOTECONTROLLER_SAMSUNG_INTERFACE \
20  PPB_REMOTECONTROLLER_SAMSUNG_INTERFACE_0_1
21 
76  int32_t (*RegisterKeys)(PP_Instance instance,
77  uint32_t key_count,
78  const char* keys[]);
104  int32_t (*UnRegisterKeys)(PP_Instance instance,
105  uint32_t key_count,
106  const char* keys[]);
107 };
108 
114 #endif /* PPAPI_C_SAMSUNG_PPB_REMOTE_CONTROLLER_SAMSUNG_H_ */
115 
int32_t(* RegisterKeys)(PP_Instance instance, uint32_t key_count, const char *keys[])
Definition: ppb_remote_controller_samsung.h:76
int32_t PP_Instance
Definition: pp_instance.h:34
Definition: ppb_remote_controller_samsung.h:46
int32_t(* UnRegisterKeys)(PP_Instance instance, uint32_t key_count, const char *keys[])
Definition: ppb_remote_controller_samsung.h:104