OpenDOF Project
boolean DOFOperationControl_SetMaxCacheAge ( DOFOperationControl  self,
uint32  cacheAge 
)

Set the maximum acceptable age of a cached value.

By default, no cached values are allowed.

Parameters
selfThe operationControl. This must not be NULL.
cacheAgeThe maximum acceptable age of a cached value (in milliseconds). A value of 0 means no cached values will be accepted. This value will be rounded up to the nearest second.
Returns
TRUE if the max cache age was set, FALSE otherwise.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22