Measurement-computing Personal488 rev.3.0 Bedienungsanleitung Seite 118

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 150
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 149 150

Kommentare zu diesen Handbüchern

Keine Kommentare