OpenDOF Project
void(* DOFDomainListener::DOFDomainListenerFns_t::DomainAdded)(DOFDomainListener self, DOF dof, DOFDomainConfig domain, DOFCredentials creds, DOFConnectionState state)

Called when you have created a DOFServer or DOFConnection and configured it using one of the following functions and a route to the remote Authentication Server is discovered:

Parameters
selfThis listener. This will never be NULL.
dofThe DOF where this listener and the discovered domain were added. This will never be NULL.
domainThe DOFDomainConfig for the discovered domain. This will never be NULL.
credsThe credentials that were used to connect in the domain. These are the credentials that were used in the SetDomainDiscoveryCredentials function. This will never be NULL.
stateThe state of the connection that the domain was discovered over. This will never be NULL.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31