User manual

Programming with the PicoScope 6000 Series22
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved.ps6000pg.en r9
3.9.1
ps6000BlockReady
typedef void (CALLBACK *ps6000BlockReady)
(
short handle,
PICO_STATUS status,
void * pParameter
)
This callback function is part of your application. You register it with the PicoScope
6000 series driver using ps6000RunBlock, and the driver calls it back when block-
mode data is ready. You can then download the data using the ps6000GetValues
function.
Applicability
Block mode only
Arguments
handle, the handle of the device returning the samples.
status, indicates whether an error occurred during collection of
the data.
pParameter, a void pointer passed from ps6000RunBlock. Your
callback function can write to this location to send any data, such as
a status flag, back to your application.
Returns
nothing