DESCRIPTION
Stops filtering sections on this section feed. Note that any changes to the filtering parameters (filter_value, filter_mask, etc.) should only be made when filtering is stopped. |
SYNOPSIS
int stop_filtering ( dmx_section_feed_t⋆ feed ); |
PARAMETERS
dmx_section_feed_t* feed |
Pointer to the section feed API and instance data. |
RETURNS
0 |
The function was completed without errors. |
-EINVAL |
Bad parameter. |