Provided by: libgpib-doc_4.3.7-5_all bug

NAME

       SendList - write data to multiple devices

SYNOPSIS

       #include <gpib/ib.h>

       void SendList(int board_desc, const Addr4882_t addressList[], const void *data, long count,
                     int eot_mode);

DESCRIPTION

       SendList() addresses the devices in addressList as listeners, then writes the contents of the array data
       to them. It is equivalent to a SendSetup() call followed by a SendDataBytes() call.

COPYRIGHT

       Copyright © 2003-2006, 2008 Frank Mori Hess

linux-gpib 4.3.7                                   11/28/2025                                        SENDLIST(3)