table of contents
other versions
- trixie-backports 4.3.7-5~bpo13+1
- testing 4.3.7-5
- unstable 4.3.7-5
| SENDCMDS(3) | SENDCMDS(3) |
NAME¶
SendCmds - write command bytes onto bus
SYNOPSIS¶
#include <gpib/ib.h>
void SendCmds(int board_desc, const void *cmds, long count);
DESCRIPTION¶
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.
COPYRIGHT¶
Copyright © 2003-2006, 2008 Frank Mori Hess
| 11/28/2025 | linux-gpib 4.3.7 |