1COMEDI_GET_MAX_BUFFER_SIZE(3) COMEDI_GET_MAX_BUFFER_SIZE(3)
2
3
4
6 comedi_get_max_buffer_size - maximum streaming buffer size
7
9 #include <comedilib.h>
10
11 int comedi_get_max_buffer_size (comedi_t * device, unsigned int subde‐
12 vice);
13
15 The function comedi_get_max_buffer_size() returns the maximum allowable
16 size (in bytes) of the streaming buffer for the subdevice specified by
17 device and subdevice. Changing the maximum buffer size requires appro‐
18 priate privileges. On error, -1 is returned.
19
20 28 October 2007 COMEDI_GET_MAX_BUFFER_SIZE(3)