The callback interface function structure, containing a list of function pointers that implement the interface. More...
Data Fields | |
void(* | Complete )(DOFConnectionConnectCallback self, DOFConnection connection, void *context, DOFException except) |
Callback for when an asynchronous connection request completes. | |
The callback 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.