Argox PT-10 Manual de usuario Pagina 23

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 79
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 22
GoodReadLEDOn
This function turns on and off goodread LED.
DWORD GoodReadLEDOn
{
BOOL bOn
}
Parameters
bOn
[in] Flag that indicates whether turn on goodread LED(TRUE) or turn off goodread LED(FALSE).
Return Values
If function succeeds, the return value is
E_FUNC_SUCCEED. If function fails, possible return value are
E_FUNC_ERROR, E_FUNC_PAR_ERROR.
Example
DWORD dwResult;
dwResult = GoodReadLEDOn(TRUE);
if(dwResult != E_FUNC_SUCCEED)
AfxMessageBox(_T("GoodReadLEDOn fail"));
Requirements
OS Versions: Windows CE 5.0 and later.
Header: sysapiax.h
Link Library: sysapiax.lib
Link DLL: sysapiax.dll
Device: PT60
Programming Manual 20
Vista de pagina 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 ... 78 79

Comentarios a estos manuales

Sin comentarios