HIDDKeyboardOutputReport_GetCapsLockStatus
Default mainpageat91libusbdevicehid-keyboardHIDDKeyboardOutputReport_GetCapsLockStatus
Description Source Call Graph
HIDDKeyboardOutputReport_GetCapsLockStatus
Indicates the current status of the caps lock LED according to the given report.
 
Syntax / parameters
unsigned char HIDDKeyboardOutputReport_GetCapsLockStatus (const HIDDKeyboardOutputReport *report)

Name Type Default Description
report const HIDDKeyboardOutputReport *
  Pointer to a HIDDKeyboardOutputReport instance.
 
Return value unsigned char
  1 if the caps lock LED is light on; otherwise 0.
Description
Indicates the current status of the caps lock LED according to the given report.

 
Source
The documentation for this Member was generated from the following files:
  • HIDDKeyboardOutputReport.c