SendCmds — write command bytes onto bus
#include <gpib/ib.h>
void SendCmds( | board_desc, | |
| cmds, | ||
count); |
int board_desc;const void *cmds;long count; SendCmds() writes count
command byte
onto the
the GPIB bus from the array cmds.
It is generally not necessary to call SendCmds(). It is provided for advanced users who want direct, low-level access to the GPIB bus.