ControllerRegistration::GetControllerType
Defined in:
Returns the registered controller type.
C4Controller.h
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