OpenDOF Project
DOFDomainConfigBuilder DOFDomainConfigBuilder_Create ( DOFCredentials  creds)

Creates a DOFDomainConfigBuilder with the given credentials and the default silence timeout.

Resource Management:
This function allocates resources that must later be freed by calling DOFDomainConfigBuilder_Destroy.
Parameters
credsThe credentials to create the builder with. This may be NULL. If NULL the builder will fail to be built if credentials are not set before the call to build.
Returns
DOFDomainConfigBuilder The builder with the given credentials.
Exceptions
NULLIf the builder could not be created.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22