Man page - send(3)

Packages contains this manual

Manual

SEND

NAME
SYNOPSIS
DESCRIPTION
COPYRIGHT

NAME

Send - perform send addressing and write data

SYNOPSIS

#include <gpib/ib.h>

void Send(int board_desc , Addr4882_t address , const void * data , long count , int eot_mode );

DESCRIPTION

Send() addresses the device specified by address as listener, then writes data onto the bus. It is equivalent to a SendList() except it only uses a single GPIB address to specify the listener instead of allowing an array of listeners.

COPYRIGHT

Copyright © 2003-2006, 2008 Frank Mori Hess