table of contents
other versions
- trixie-backports 4.3.7-5~bpo13+1
- testing 4.3.7-5
- unstable 4.3.7-5
| RECEIVESETUP(3) | RECEIVESETUP(3) |
NAME¶
ReceiveSetup - perform receive addressing
SYNOPSIS¶
#include <gpib/ib.h>
void ReceiveSetup(int board_desc, Addr4882_t address);
DESCRIPTION¶
ReceiveSetup() addresses the device specified by address as talker, and addresses the interface board as listener. A subsequent RcvRespMsg() call will read data from the device.
You may find it simpler to use the slightly higher level function Receive(), since it does not require addressing and reading of data to be performed separately.
COPYRIGHT¶
Copyright © 2003-2006, 2008 Frank Mori Hess
| 10/06/2025 | linux-gpib 4.3.7 |