Provided by: libgpib-doc_4.3.7-5_all 

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
linux-gpib 4.3.7 11/28/2025 ALLSPOLL(3)