table of contents
other versions
- trixie-backports 4.3.7-5~bpo13+1
- testing 4.3.7-5
- unstable 4.3.7-5
| SENDLIST(3) | SENDLIST(3) |
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
| 11/30/2025 | linux-gpib 4.3.7 |