The RMP Motion Controller APIs

◆ InterruptNameGet()

const char *const InterruptNameGet ( )
inherited
Description:
InterruptNameGet returns the text name of an interrupt type.
Returns
(char*) Text name of the interrupt type.
Sample Code:
// -- C++ -- //
printf("The last interrupt was of type: %s\n", controller->InterruptNameGet());
const char *const InterruptNameGet()
Get the text name of an interrupt type.
// -- C# -- //
Console.WriteLine("The last interrupt was of type: {0}", controller.InterruptNameGet());
See also
InterruptSampleTimeGet
Examples
ControllerInterrupts.cpp.