Argox PT-10 Bedienungsanleitung Seite 62

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 79
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 61
Scan Key Related Functions
EnableTriggerKey
This function will enable or disable scan key.
DWORD EnableTriggerKey
{
BOOL bEnable
}
Parameters
bEnable
[in] Flag that indicates whether enable scan key(TRUE) or disable scan key(FALSE).
Return Values
If function succeeds, the return value is
E_FUNC_SUCCEED. If function fails, the return value is
E_FUNC_ERROR, E_FUNC_PAR_ERROR.
Remarks
This function is meaningful only if scanner is opened. The warm reset will enable scan key automatically.
Example
BOOL bResult;
bResult = EnableTriggerKey(TRUE);
if(bResult)
AfxMessageBox(_T("EnableTriggerKey Succeed"));
Else
AfxMessageBox(_T("EnableTriggerKey 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 59
Seitenansicht 61
1 2 ... 57 58 59 60 61 62 63 64 65 66 67 ... 78 79

Kommentare zu diesen Handbüchern

Keine Kommentare