ControllerRegistration::GetControllerName
Defined in: C4Controller.h
Returns the human-readable controller name.
Prototype
const char *GetControllerName(void) const;
Description
The GetControllerName function returns the human-readable controller name for a particular controller registration. The controller name is established when the controller registration is constructed.
See Also
ControllerRegistration::GetControllerType
|