eth32_empty_event_queue

int eth32_empty_event_queue(eth32 handle);

Summary

This function empties the event queue within the API. Since the events are queued within the API, this function does not have an effect on the ETH32 device itself.

Parameters

  • handle - The value returned by the eth32_open function.

Return Value

This function returns zero on success and a negative error code on failure. Please see the Error Codes section for possible error codes.

See Also

eth32_get_event_queue_status, eth32_set_event_queue_config