table of contents
other versions
- trixie-backports 4.3.7-5~bpo13+1
- testing 4.3.7-5
- unstable 4.3.7-5
| MLA(3) | Utility Functions | MLA(3) |
NAME¶
MLA - generate 'my listen address' command byte
SYNOPSIS¶
#include <gpib/ib.h>
uint8_t MLA(unsigned int address);
DESCRIPTION¶
MLA() returns a 'my listen address' command byte corresponding to the address argument. The address may be between 0 and 30.
RETURN VALUE¶
The appropriate MLA command byte is returned.
COPYRIGHT¶
Copyright © 2003-2006, 2008 Frank Mori Hess
| 11/30/2025 | linux-gpib 4.3.7 |