BBBCSIO
The PRUInterruptEventHandlerUIO Class
The PRUInterruptEventHandlerUIO Delegate
The event handler delegate for interrupts from the PRU to the Host send via the UIO subsystem
to an PRUEventHandler's OnInterrupt event.
Source Code
The source code for this class is available online for
download
and also in
browseable form.
Syntax
public delegate void PRUInterruptEventHandlerUIO(PRUEventEnum evPRUEvent, uint evCount, DateTime evDateTime, PRUEventHandler evPRUData);
Example Code
Sample code which demonstrates the use of this delegate can be found on the PRU Interrupts Host example page.