OpenDOF Project
Data Fields
DOFDomainListener::DOFDomainListenerFns_t Struct Reference

The listener interface function structure, containing a list of function pointers that implement the interface. More...

Data Fields

void(* Removed )(DOFDomainListener self, DOF dof, DOFException exception)
 Called when the Domain Listener is removed from the DOF.
 
void(* 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:
 

Detailed Description

The listener interface function structure, containing a list of function pointers that implement the interface.

It has the same role as a vtable in C++. This must not be NULL.

core-c-dof-oal Version 7.1.7 Build 0
2017-10-31