RMP Motion Controller
10.6.6
APIs
, concepts, guides, and more
Community
Support
Contact
◆
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
());
RSI::RapidCode::RapidCodeInterrupt::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
.
RSI
RapidCode
RapidCodeMotion
Generated by
1.10.0