C# Class OISC_VM.HardwareInterruptRequest

Mostrar archivo Open project: Creou/OISCVM Class Usage Examples

Public Methods

Method Description
HardwareInterruptRequest ( String name, long interruptFlagAddress, bool autoReset, Action interrupt ) : System
HardwareInterruptRequest ( String name, long interruptFlagAddress, long triggerValue, bool autoReset, Action interrupt ) : System

Method Details

HardwareInterruptRequest() public method

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

HardwareInterruptRequest() public method

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