table of contents
- trixie-backports 4.3.7-5~bpo13+1
- testing 4.3.7-5
- unstable 4.3.7-5
| ALLSPOLL(3) | ALLSPOLL(3) |
NAME¶
AllSPoll - serial poll multiple devices
SYNOPSIS¶
#include <gpib/ib.h>
void AllSPoll(int board_desc, Addr4882_t *addressList, short *resultList);
void AllSpoll(int board_desc, const Addr4882_t *addressList, short *resultList);
DESCRIPTION¶
AllSPoll() causes the interface board specified by board_desc to serial poll all the GPIB addresses specified in the addressList array. The results of the serial polls are stored into resultList. If you only wish to serial poll a single device, ReadStatusByte() or ibrsp() may be more convenient.
This function may also be invoked with the alternate capitalization 'AllSpoll' for compatibility with NI's library.
COPYRIGHT¶
Copyright © 2003-2006, 2008 Frank Mori Hess
| 11/30/2025 | linux-gpib 4.3.7 |