Provided by: libgpib-doc_4.3.7-4_all 

NAME
Receive - perform receive addressing and read data
SYNOPSIS
#include <gpib/ib.h>
void Receive(int board_desc, Addr4882_t address, void *buffer, long count, int termination);
DESCRIPTION
Receive() performs the necessary addressing, then reads data from the device specified by address. It is
equivalent to a ReceiveSetup() call followed by a RcvRespMsg() call.
COPYRIGHT
Copyright © 2003-2006, 2008 Frank Mori Hess
linux-gpib 4.3.7 11/21/2025 RECEIVE(3)