atdevice_do_write_multi

Write to muliple DO ports

Arguments

  1. Device handle
  2. Integer port number
  3. Integer port count
  4. Vector data, size should be same as 'port count' argument if device was opened in nonbuffered mode. If device was opened in buffered mode size of data shoul be 'port count' * result of atdevice_do_record() function. Data format [p0-data0, p1-data0, p0-data1, p1-data1]

Output

Boolean