C# Class Hardware.IOPortStatusEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: jrowberg/bglib

Méthodes publiques

Свойство Type Description
irq Byte
port Byte
state Byte
timestamp System.UInt32

Méthodes publiques

Méthode Description
IOPortStatusEventArgs ( UInt32 timestamp, Byte port, Byte irq, Byte state )

Method Details

IOPortStatusEventArgs() public méthode

public IOPortStatusEventArgs ( UInt32 timestamp, Byte port, Byte irq, Byte state )
timestamp System.UInt32
port Byte
irq Byte
state Byte

Property Details

irq public_oe property

public Byte irq
Résultat Byte

port public_oe property

public Byte port
Résultat Byte

state public_oe property

public Byte state
Résultat Byte

timestamp public_oe property

public UInt32,System timestamp
Résultat System.UInt32