C# 클래스 Microsoft.SPOT.Hardware.InterruptPort

상속: InputPort
파일 보기 프로젝트 열기: GerardSoleCa/IOSharp-netmf-Linux 1 사용 예제들

공개 메소드들

메소드 설명
ClearInterrupt ( ) : void
DisableInterrupt ( ) : void
EnableInterrupt ( ) : void
InterruptPort ( Cpu portId, bool glitchFilter, ResistorMode resistor, InterruptMode interrupt ) : System

메소드 상세

ClearInterrupt() 공개 메소드

public ClearInterrupt ( ) : void
리턴 void

DisableInterrupt() 공개 메소드

public DisableInterrupt ( ) : void
리턴 void

EnableInterrupt() 공개 메소드

public EnableInterrupt ( ) : void
리턴 void

InterruptPort() 공개 메소드

public InterruptPort ( Cpu portId, bool glitchFilter, ResistorMode resistor, InterruptMode interrupt ) : System
portId Cpu
glitchFilter bool
resistor ResistorMode
interrupt InterruptMode
리턴 System