OpenDOF Project
boolean DOFConnection_AddDomain ( DOFConnection  self,
DOFDomainConfig  domain,
uint32  timeout,
DOFException exception 
)

Adds Domain Credentials to a connection.

Remove these credentials with DOFConnection_RemoveDomain.

Note
This may cause an AS route to be added for the given credentials.
Parameters
selfThe Connection to add the domain credentials to. Must not be NULL.
domainThe DOFDomainConfig for the domain you wish to add. Must not be NULL.
timeoutThe amount of time to try and add the domain credentials.
exception[OUT] will hold an exception if one happens. May be NULL, if NULL no exception can be reported.
Returns
boolean TRUE, if it was added. FALSE, if it failed to be added.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25