Man page - allspoll(3)

Packages contains this manual

Manual

ALLSPOLL

NAME
SYNOPSIS
DESCRIPTION
COPYRIGHT

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