APIs, concepts, guides, and more

◆ InterruptWake()

void InterruptWake ( )
Description:
InterruptWake wakes all threads waiting for an interrupt on this Axis.
Sample Code:
// wake any threads waiting for a Axis interrupt
axis->InterruptWake();
See also
InterruptWait