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