Change return value of comedi_data_{read|write}()
authorDavid Schleef <ds@schleef.org>
Wed, 4 Jun 2003 04:15:02 +0000 (04:15 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 4 Jun 2003 04:15:02 +0000 (04:15 +0000)
doc/funcref

index 8dbb2c9c726da966e2c6f7c227081f5f71bf6ad7..6b440c52b64c7e31811ee08392d810e97e96baf2 100644 (file)
@@ -480,8 +480,8 @@ Description:
  input channel at an earlier time with
  comedi_data_read_hint().
 
- On sucess, comedi_data_read() returns 0.  If there is an
- error, -1 is returned.
+ On sucess, comedi_data_read() returns 1 (the number of samples
read).  If there is an error, -1 is returned.
 
  Data values returned by this function are unsigned integers
  less than or equal to the maximum sample value of the channel,
@@ -554,8 +554,8 @@ Description:
  The function comedi_data_write() writes the data value specified
  by the parameter data to the specified channel.
 
- On sucess, comedi_data_write() returns 0.  If there is an error, -1 is
- returned.
+ On sucess, comedi_data_write() returns 1 (the number of samples
written).  If there is an error, -1 is returned.
 
 Function: comedi_dio_config -- change input/output properties of channel
 Retval: int