Data Structures | |
struct | ReconnectingStateListenerCallbacks |
The ReconnectingStateListener interface structure used to monitor connections. More... | |
struct | ReconnectingStateListenerCallbacks::ReconnectingStateListenerCallbacksFns_t |
The ReconnectingStateListener interface function structure, containing a list of function pointers that implement the interface. More... | |
Typedefs | |
typedef DOFConnectionStateListener | ReconnectingStateListener |
ReconnectingStateListener object. | |
Functions | |
DOF_CRL_DECLSPEC ReconnectingStateListener | ReconnectingStateListener_Create (ReconnectingStateListenerCallbacks callbacks) |
Creates a ReconnectingStateListener that can be added to connections to keep them connected if possible. | |
DOF_CRL_DECLSPEC void | ReconnectingStateListener_SetMinimumDelay (ReconnectingStateListener self, uint32 delay) |
Sets the minimum delay in milliseconds to use between the time when a connection is initially disconnected and the initial attempt to reconnect. | |
DOF_CRL_DECLSPEC uint32 | ReconnectingStateListener_GetMinimumDelay (ReconnectingStateListener self) |
Gets the current minimum delay from the ReconnectingStateListener. | |
DOF_CRL_DECLSPEC void | ReconnectingStateListener_SetMaximumDelay (ReconnectingStateListener self, uint32 delay) |
Sets the maximum delay to allow between reconnection attempts. | |
DOF_CRL_DECLSPEC uint32 | ReconnectingStateListener_GetMaximumDelay (ReconnectingStateListener self) |
Gets the current maximum delay from the ReconnectingStateListener. | |
DOF_CRL_DECLSPEC void | ReconnectingStateListener_Destroy (ReconnectingStateListener self) |
Destroys the ReconnectingStateListener. | |