Measurement-computing Personal488 rev.3.0 Manuel d'utilisateur Page 118

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 150
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 149 150

Commentaires sur ces manuels

Pas de commentaire