Instrument-control Toolkit - vxi11_read
- Loadable Function: 
[data, count] =vxi11_read(vxi11, n) -  
Read from vxi11 slave device.
vxi11 - instance of octave_vxi11 class.
n - number of bytes to attempt to read of type Integer.The vxi11_read() shall return number of bytes successfully read in count as Integer and the bytes themselves in data as uint8 array.