本文介绍了如何在C#中定义Isr(中断例程)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我需要将并行端口的IRQ 7映射到它的中断例程。我在C#中这样做。任何人都建议我如何用这种语言定义ISR? 例如。在C中我们在ISR之前使用 #pragma interrupt。 我们在C#中做什么? I need to map the IRQ 7 of parallel port to its interrupt routine.I am doing this in C#.Can any body suggest how do i define the ISR in this language?eg. in C we use#pragma interrupt before the ISR.what do we do in C#?推荐答案 这篇关于如何在C#中定义Isr(中断例程)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-10 07:41