Attempt Param Flags

EWDB_WAVEFORM_REQUEST_DO_NOT_MODIFY_ATTEMPT_PARAMS

Value: 0
Description: Do not modify attempt params at all


EWDB_WAVEFORM_REQUEST_RECORD_ATTEMPT_AND_UPDATE_PARAMS

Value: 1
Description: Record the current attempt (adjust the number of attempts remaining), and schedule the next attempt based upon the scheduling algorithm.


EWDB_WAVEFORM_REQUEST_UPDATE_NEXT_ATTEMPT

Value: 2
Description: Do not record the current attempt. Schedule the next attempt at the time given by tNow(calculated by the API call), plus tAttemptInterval seconds, as specified in the SnippetRequestStruct by the application.