Delegate INTs.ExceptionInterruptDelegate
Exception interrupt delegate.
Namespace: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public delegate void ExceptionInterruptDelegate(ref INTs.IRQContext aContext, ref bool aHandled);
Parameters
Type | Name | Description |
---|---|---|
INTs.IRQContext | aContext | IRQ context. |
System.Boolean | aHandled | True if handled. |