Programmer's Guide

RaDeKL Radar API Programmer’s Guide 30
© Multispectral Solutions, Inc. 2006
RaDeKL_StopContinuousDetection
Stop continuous detection. This function is intended to be used in conjunction with
RaDeKL_StartContinuousDetection and RaDeKL_ReadDetectionData.
Format:
ULONG RaDeKL_StopContinuousDetection (RaDeKL_HANDLE handle);
Parameters:
handle RaDeKL_HANDLE as returned by a call to RaDeKL_OpenRadar.
Return Value:
RADEKL_OK (0) if successful, a non-zero status otherwise. See RaDeKL_GetStatusText for codes.
Example:
See the examples for RaDeKL_StartContinuousDetection above.