HIDDKeyboardOutputReport_GetNumLockStatus
Default mainpageat91libusbdevicehid-keyboardHIDDKeyboardOutputReport_GetNumLockStatus
Description Source Call Graph
HIDDKeyboardOutputReport_GetNumLockStatus
Indicates the current status of the num.
 
Syntax / parameters
unsigned char HIDDKeyboardOutputReport_GetNumLockStatus (const HIDDKeyboardOutputReport *report)

Name Type Default Description
report const HIDDKeyboardOutputReport *
  Pointer to a HIDDKeyboardOutputReport instance.
 
Return value unsigned char
  1 if the num. lock LED is light on; otherwise 0.
Description
Indicates the current status of the num.
lock LED according to the given report.
 
Source
The documentation for this Member was generated from the following files:
  • HIDDKeyboardOutputReport.c