C# 클래스 OISC_VM.HardwareInterruptRequest

파일 보기 프로젝트 열기: Creou/OISCVM 1 사용 예제들

공개 메소드들

메소드 설명
HardwareInterruptRequest ( String name, long interruptFlagAddress, bool autoReset, Action interrupt ) : System
HardwareInterruptRequest ( String name, long interruptFlagAddress, long triggerValue, bool autoReset, Action interrupt ) : System

메소드 상세

HardwareInterruptRequest() 공개 메소드

public HardwareInterruptRequest ( String name, long interruptFlagAddress, bool autoReset, Action interrupt ) : System
name String
interruptFlagAddress long
autoReset bool
interrupt Action
리턴 System

HardwareInterruptRequest() 공개 메소드

public HardwareInterruptRequest ( String name, long interruptFlagAddress, long triggerValue, bool autoReset, Action interrupt ) : System
name String
interruptFlagAddress long
triggerValue long
autoReset bool
interrupt Action
리턴 System