SetDispatcher

This method sets the dispatcher function, which is called whenever there is an input on the connection port (input from the socket).

This method was created for two reasons:

Visibility
Public
Signature
virtual void SetDispatcher (void dispfunc(OMSData*)) = 0;
Parameters
dispfunc

The dispatcher function


Feedback