OpenDOF Project
void DOSOperation_SetTimeout ( DOSOperation  op,
DOSTimeout  delay 
)

Set the time remaining for an operation.

Parameters
opThe operation to set the time remaining in. Must not be NULL.
delayThe remaining time, in 0.1s (100ms) ticks.
Note
This will not automatically retry the operation. The retry must be set manually, and the operation sent again by the application. See DOSOperation_IncrementRetryCounter.
core-c-cos Version 7.0.1 Build 0
2018-02-08