The RMP Motion Controller APIs

◆ InterruptWake()

void InterruptWake ( )
Description:
InterruptWake wakes all threads waiting for a controller interrupt.
Remarks
This function is also available in RapidSequencer.
Sample Code:
Wake any threads waiting for a controller interrupt.
// -- C++ -- //
controller->InterruptWake();
void InterruptWake()
Wake all threads waiting for a controller interrupt.
// -- C# -- //
controller.InterruptWake();
See also
InterruptWait