table of contents
other versions
- trixie-backports 4.3.7-5~bpo13+1
- testing 4.3.7-5
- unstable 4.3.7-5
| MTA(3) | MTA(3) |
NAME¶
MTA - generate 'my talk address' command byte
SYNOPSIS¶
#include <gpib/ib.h>
uint8_t MTA (unsigned int address);
DESCRIPTION¶
MTA() returns a 'my talk address' command byte corresponding to the address argument. The address may be between 0 and 30.
RETURN VALUE¶
The appropriate MTA command byte is returned.
| 02 October 2025 |