Appendix A
New NI-488M Functions
© National Instruments Corp.
A-7
AT-GPIB for SCO UNIX
IBLN(3)
(continued)
IBLN(3)
Example
Test for a GPIB Listener at
pad 2
and
sad 0x60
.
ibln (ud, 2, 0x60, &listen);
if (!listen) {
/* No Listener found at this address */
}