adas_stop_viewer_sequence()

Updated: April 19, 2023

Stop applying a viewer sequence that was previously started

Synopsis:

#include <adas/adas_api.h>
adas_error_t adas_stop_viewer_sequence(void)

Library:

libadas

Description:

This function assumes that adas_start_viewer_sequence() was called previously.

Returns:

ADAS_EOK when the function successfully completes, otherwise another adas_error_t value that provides the reason that the call failed.