OpenDOF Project
DOF_CRL_DECLSPEC void ReconnectingStateListener_SetMaximumDelay ( ReconnectingStateListener  self,
uint32  delay 
)

Sets the maximum delay to allow between reconnection attempts.

This value should be equal to or greater than the minimum delay. If the value is less than the minimum delay, the minimum delay value will be used as the maximum delay also.

Parameters
selfThe ReconnectingStateListener to set the maximum on. Must not be NULL.
delayThe delay in ms. If this is less than 1000 then 1000 will be used.
See Also
ReconnectingStateListener_SetMinimumDelay
core-c-dof-connection-reconnecting-listener Version 2.1.0 Build 0
2017-05-12