There are several functions that are documented with the need to provide an array of Addr4882_t
(like..)
const Addr4882_t addressList[]
None of the documentation for these functions mentions that the last item must be NOADDR
I looked around and finally found an example in the description of MakeAddr
addressList[ 4 ] = NOADDR;
Even if it is mentioned explicitly somewhere (and I just missed it), it would probably be helpful to others if it was also noted in the function documentation that requires it (e.g. EnableLocal, DevClearList, EnableRemote etc)
It is mentioned under the "Multidevice" API Functions section of the
"Linux-GPIB Reference" page.
"Such functions take an array of Addr4882_t as an argument. The end of
the array is specified by setting the last element to the constant
NOADDR."
--
Frank