FunctionRegistration::GetFunctionName
Defined in:
Returns the human-readable function name.
C4Controller.h
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