Man page - sendlist(3)

Packages contains this manual

Manual

SENDLIST

NAME
SYNOPSIS
DESCRIPTION
COPYRIGHT

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