OpenDOF Project
DOFConnectionConfig DOFConnectionConfigBuilder_BuildAndDestroy ( DOFConnectionConfigBuilder  self)

Build an immutable DOFConnectionConfig from this DOFConnectionConfigBuilder instance, then destroy this DOFConnectionConfigBuilder instance.

This is equivalent to calling DOFConnectionConfigBuilder_Build(self) immediately followed by DOFConnectionConfigBuilder_Destroy(self).

Resource Management:
This function allocates resources that must later be freed by calling DOFConnectionConfig_Destroy.
Parameters
selfThe Connection Config Builder. This should not be NULL.
Returns
An immutable DOFConnectionConfig.
Exceptions
NULLis returned if the DOFConnectionConfig cannot be created, or an invalid parameter was detected. Regardless, the DOFConnectionConfigBuilder, if not NULL, is destroyed.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22