Sensoray 812 Windows Manual de usuario Pagina 15

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 21
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 14
handle to device context.
hdev
handle to device (obtained from S812_OpenBoard).
Returns
0 on success, negative value if error (see mid812types.h for error codes list).
MID812_API int S812_DisplayChange(
int devid,
int strmidx
);
Call if display changes for the preview window.
Parameters
hdc
handle to device context.
hdev
handle to device (obtained from S812_OpenBoard).
Returns
0 on success, negative value if error (see mid812types.h for error codes list).
MID812_API int S812_StartCallback(
int devid,
int strmidx
);
Starts streaming with data sent to the callback functions registered with S812_RegisterCallback
function. Callbacks should be short and return quickly. Do not use blocking functions in the
callback.
Parameters
devid
device id in the system (use 0 with a single board installed).
strmidx
channel index (0-7)
Returns
0 on success, negative value if error (see mid812types.h for error codes list).
15
Vista de pagina 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 21

Comentarios a estos manuales

Sin comentarios