OpenDOF Project
DOFServer DOFConnection_GetRelatedServer ( const DOFConnection  self)

Return the Server associated with the Connection.

Lifecycle
The data returned is owned by the DOFConnection and is only valid as long as the DOFConnection remains valid. It must not be destroyed individually.
Note
Not all Connections are related to Servers, so this may return NULL.
Parameters
selfThe Connection. This must not be NULL.
Returns
The associated DOFServer, or NULL if there is no Server associated with the connection.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22