Scroll to navigation

RECEIVE(3) RECEIVE(3)

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

10/06/2025 linux-gpib 4.3.7