Argox PT-10 Manuale Utente Pagina 22

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 79
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 78 79

Commenti su questo manuale

Nessun commento