OpenDOF Project
DOFConnectionList DOFRuntime_CreateConnectionList ( const DOFRuntime  self)

Create a list of all connections, both inbound and outbound, that are currently open.

Resource Management:
This function allocates resources that must later be freed by calling DOFConnectionList_Destroy.
Parameters
selfThe DOFRuntime. This must not be NULL.
Returns
A list of all connections currently open.
Exceptions
NULLis returned if an error occurs.
See Also
DOFRuntime_GetConnectionCount
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22