Argox PT-10 Instrukcja Użytkownika Strona 22

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 79
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 21
LED Related Functions
GetKeypadLEDStatus
This function gets keypad LED status.
BOOL GetKeypadLEDStatus
{
}
Parameters
None.
Return Values
The return value indicates whether keypad LED is on(TRUE) or keypad LED is off(FALSE).
Example
BOOL bResult;
bResult = GetKeypadLEDStatus();
if(bResult == TRUE)
AfxMessageBox(_T("Keypad LED on"));
else if(bResult == FALSE)
AfxMessageBox(_T("Keypad LED off"));
Requirements
OS Versions: Windows CE 5.0 and later.
Header: sysapiax.h
Link Library: sysapiax.lib
Link DLL: sysapiax.dll
Device: PT60
Programming Manual 19
Przeglądanie stron 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 78 79

Komentarze do niniejszej Instrukcji

Brak uwag