Measurement-computing Personal488 rev.3.0 Manual de usuario Pagina 118

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 150
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 117
Personal488 for Windows 95/98/Me/NT/2000
04-10-01
API Reference 6-50
SendData
Syntax
INT WINAPI SendData(DevHandleT devHandle, LPBYTE data,
DWORD count);
DevHandle
refers to an interface handle.
data
points to a string of data bytes to be sent.
count
is the length of the data string.
Returns -1
if error
Bus States
User-defined
Example
char data[] = W0X;
errorcode = SendData(ieee, data, strlen (data));
See Also
SendCmd, SendEoi
The
SendData
command provides byte-by-byte control of data transfers and gives greater flexibility than
the other commands. This command can specify exactly which operations Driver488 executes.
Vista de pagina 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 149 150

Comentarios a estos manuales

Sin comentarios