Receive — perform receive addressing and read data
#include <gpib/ib.h>
void Receive( | board_desc, | |
| address, | ||
| buffer, | ||
| count, | ||
termination); |
int board_desc;Addr4882_t address;void *buffer;long count;int termination; 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.