User Manual
ADC-20/ADC-24 User's Guide 42
Copyright © 2005-2010 Pico Technology Ltd. All rights reserved. adc20.en
5.6.2
Single-value recording methods
5.6.2.1
Collecting a single reading, blocking
This method collects a single reading and blocks the calling thread.
Open the data logger with one of the HRDLOpenUnit calls
Set mains noise rejection with HRDLSetMains
Get a single reading (one channel only at a time) with HRDLGetSingleValue
5.6.2.2
Collecting a single reading, non-blocking
This method collects a single reading without blocking the calling thread.
Open the data logger with one of the HRDLOpenUnit calls
Set mains noise rejection with HRDLSetMains
Start the conversion for a single reading with HRDLCollectSingleValueAsync
Wait until the reading is ready (HRDLReady)
Get the reading from the driver with HRDLGetSingleValueAsync