Man page - receive(3)

Packages contains this manual

Manual

RECEIVE

NAME
SYNOPSIS
DESCRIPTION
COPYRIGHT

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