OpenDOF Project
DOFConnectionList DOFRuntime_GetConnections ( const DOFRuntime  self)

Gets 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 7.1.5 Build 0
2017-01-25