Argox PT-10 Instrukcja Użytkownika Strona 67

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 79
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 66
Vibrator Related Functions
VibratorOn
This function turns on or off Vibration indicator
DWORD VibratorOn
{
BOOL bOn
}
Parameters
bOn
[in] Flag that indicates whether turn on vibrator(TRUE) or turn off vibrator LED(FALSE).
Return Values
If function succeeds, the return value is
E_FUNC_SUCCEED. If function fails, possible return value is
E_FUNC_ERROR, E_FUNC_PAR_ERROR.
Remarks
Checked the “Scanner Vibrator” Setting in Scan Configuration AP is used to enable vibration indicator after
scanner good-read operation.. Called this function will not change the “Scanner Vibrator” setting.
Example
DWORD dwResult;
dwResult = VibratorOn(TRUE);
if(dwResult != E_FUNC_SUCCEED)
AfxMessageBox(_T("VibratorOn fail"));
Requirements
OS Versions: Windows CE 5.0 and later.
Header: scanapiax.h
Link Library: scanapiax.lib
Link DLL: scanapiax.dll
Device: PT60
Programming Manual 64
Przeglądanie stron 66
1 2 ... 62 63 64 65 66 67 68 69 70 71 72 ... 78 79

Komentarze do niniejszej Instrukcji

Brak uwag