ControllerMessage::GetControllerMessageType
Defined in:
Returns the dynamic type identifier of a controller message.
C4Messages.h
Prototype
ControllerMessageType GetControllerMessageType(void) const;
Description
The GetControllerMessageType
function is typically called from the Controller::CreateMessage
function to determine what type of controller message needs to be constructed or from the Controller::ReceiveMessage
function to determine what type of message is being received.
See Also