Provided by: libgpib-doc_4.3.7-4_all bug

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

linux-gpib 4.3.7                                   11/21/2025                                    RECEIVESETUP(3)