table of contents
other versions
- trixie-backports 4.3.7-5~bpo13+1
- testing 4.3.7-5
- unstable 4.3.7-5
| SEND(3) | SEND(3) |
NAME¶
Send - perform send addressing and write data
SYNOPSIS¶
#include <gpib/ib.h>
void Send(int board_desc, Addr4882_t address, const void *data, long count, int eot_mode);
DESCRIPTION¶
Send() addresses the device specified by address as listener, then writes data onto the bus. It is equivalent to a SendList() except it only uses a single GPIB address to specify the listener instead of allowing an array of listeners.
COPYRIGHT¶
Copyright © 2003-2006, 2008 Frank Mori Hess
| 11/30/2025 | linux-gpib 4.3.7 |