ControllerRegistration::GetControllerType
Defined in: C4Controller.h
Returns the registered controller type.
Prototype
ControllerType GetControllerType(void) const;
Description
The GetControllerType function returns the controller type for a particular controller registration. The controller type is established when the controller registration is constructed.
See Also
ControllerRegistration::GetControllerName
|