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

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

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