void InterruptWake (  ) 

Description:
InterruptWake wakes all threads waiting for a controller interrupt.
Sample Code:
Wake any threads waiting for a controller interrupt.
   // -- C++ -- //
  controller->InterruptWake();
   // -- C# -- //
  controller.InterruptWake();
See also:
InterruptWait

Reimplemented from RapidCodeInterrupt.