|
Controller System
C4Controller.h
Controller::ReceiveMessageCalled to process a controller-defined message.Prototype
Parameters
Description
The ReceiveMessage function is called when the Message Manager successfully receives a network message for a particular controller. The overriding implementation should examine the type of the message and process it if the type is recognized. Otherwise, the base class counterpart should be called to process the message.
See Also
Controller::ConstructMessage
ControllerMessage
|