Scroll to navigation

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