C API for BALTECH SDK
keyboard.h File Reference
#include "../typedefs.h"

Go to the source code of this file.

Functions

brp_errcode brp_Keyboard_Exist (brp_protocol protocol, bool *KeyboardConnected)
 
brp_errcode brp_Keyboard_CurrentKey (brp_protocol protocol, unsigned *Key)
 
brp_errcode brp_Keyboard_EnableWakeup (brp_protocol protocol, bool Enable)
 
brp_errcode brp_Keyboard_WaitForKey (brp_protocol protocol, unsigned Timeout, unsigned *Key)
 

Detailed Description

Commands to get a key from the keyboard and to control the keyboard.

Definition in file keyboard.h.