User Manual

Programming with the PicoScope 4000 Series20
Copyright © 2008-2011 Pico Technology Ltd. All rights reserved.ps4000pg.en
4.10.1
ps4000BlockReady
typedef void (CALLBACK *ps4000BlockReady)
(
short handle,
PICO_STATUS status,
void * pParameter
)
This callback function is part of your application. You register it with the PicoScope
4000 series driver using ps4000RunBlock, and the driver calls it back when block-
mode data is ready. You can then download the data using the ps4000GetValues
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 ps4000RunBlock. The
callback function can write to this location to send any data, such as
a status flag, back to your application.
Returns
nothing