C# Class OISC_VM.HardwareInterruptRequest

Afficher le fichier Open project: Creou/OISCVM Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public HardwareInterruptRequest ( String name, long interruptFlagAddress, bool autoReset, Action interrupt ) : System
name String
interruptFlagAddress long
autoReset bool
interrupt Action
Résultat System

HardwareInterruptRequest() public méthode

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