OpenDOF Project
DOFServerState DOFServer_CreateState ( const DOFServer  self)

Returns a snapshot of the current state of the Server.

Resource Management:
This function allocates resources that must later be freed by calling DOFServerState_Destroy.
Note
The state of the Server is dynamic and may change at any moment, due to a number of reasons. It is usually best to track the state of a Server through a listener.
Parameters
selfThe Server. This must not be NULL.
Returns
The snapshot of the current state of the Server.
See Also
DOFServer_AddStateListener
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22