1COMEDI_SET_MAX_BUFFER_SIZE(3) COMEDI_SET_MAX_BUFFER_SIZE(3)
2
3
4
6 comedi_set_max_buffer_size - streaming buffer size of subdevice
7
9 #include <comedilib.h>
10
11 int comedi_set_max_buffer_size (comedi_t * device, unsigned int subde‐
12 vice, unsigned int max_size);
13
15 The function comedi_set_max_buffer_size() changes 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. If sucessful, the old buffer size is returned. On
19 error, -1 is returned.
20
21 28 October 2007 COMEDI_SET_MAX_BUFFER_SIZE(3)