Appendix D
DLL Direct Entry Functions and Routines
© National Instruments Corp.
D-5 GPIB-232CT-A for MS-DOS/Windows
Table D-1. Direct Entry NI-488.2 Style Routines (continued)
Routine
(ordinal entry value)
Syntax
ReceiveSetup
(114)
DLLReceiveSetup (
short
board,
short
address,
short _far *
ibsta,
short _far *
iberr,
unsigned long _far *
ibcntl)
ResetSys
(115)
DLLResetSys (
short
board,
short _far *
addresslist,
short _far *
ibsta,
short _far *
iberr,
unsigned long _far *
ibcntl)
Send
(116)
DLLSend (
short
board,
short
address,
char _far *
data,
long
count,
short
eotmode,
short _far *
ibsta,
short _far *
iberr,
unsigned long _far *
ibcntl)
SendCmds
(117)
DLLSendCmds (
short
board,
char _far *
commands,
unsigned long
count,
short
eotmode,
short _far *
ibsta,
short _far *
iberr,
unsigned long _far *
ibcntl)
SendDataBytes
(118)
DLLSendDataBytes (
short
board,
char _far *
data,
long
count,
short
eotmode,
short _far *
ibsta,
short _far *
iberr,
unsigned long _far *
ibcntl)
SendIFC
(119)
DLLSendIFC (
short
board,
short _far *
ibsta,
short _far *
iberr,
unsigned long _far *
ibcntl)
SendList
(120)
DLLSendList (
short
board,
short _far *
addresslist,
char _far *
data,
long
count,
short
eotmode,
short _far *
ibsta,
short _far *
iberr,
unsigned long _far *
ibcntl)
(continues)