Rockwell-automation 1747-PCINT API Software for 1746 I/O Manual de usuario Pagina 97

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 155
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 96
OC_GetUserLEDState Library of Routines 6–43
Publication 1747-6.5.3 June 1998
OC_GetUserLEDState OC_GetUserLEDState reads the status of one of the four user-defined LEDs.
Syntax:
int OC_GetUserLEDState(HANDLE handle, int lednum, int *state);
Parameters:
Description:
The application can use this function to determine the current state of the LEDs.
Return Value:
Considerations:
Supported in the DOS API library and the Windows NT API library
Example:
HANDLE Handle;
int led_state;
int retcode;
retcode = OC_GetUserLEDState( Handle, 1, &led_state );
Parameter: Description:
handle
Must be a valid handle returned from OC_OpenScanner
lednum
Must be a value from 1 to 4, which corresponds to LED 1, LED 2, LED 3,
and LED 4
state
If state is:
LED_OFF LED is off
LED_RED_SOLID LED is on, red solid
LED_GREEN_SOLID LED is on, green solid
LED_RED_FLASH LED is on, red flashing (LED1 and LED2
only)
LED_GREEN_FLASH LED is on, green flashing (LED1 and LED2
only)
Name: Value: Description:
SUCCESS
0
LED was read successfully
ERR_OCACCESS
2
handle does not have access to scanner
Vista de pagina 96
1 2 ... 92 93 94 95 96 97 98 99 100 101 102 ... 154 155

Comentarios a estos manuales

Sin comentarios