C# Class Hardware.IOPortStatusEventArgs

Inheritance: System.EventArgs
Show file Open project: jrowberg/bglib

Public Properties

Property Type Description
irq Byte
port Byte
state Byte
timestamp System.UInt32

Public Methods

Method Description
IOPortStatusEventArgs ( UInt32 timestamp, Byte port, Byte irq, Byte state )

Method Details

IOPortStatusEventArgs() public method

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

Property Details

irq public property

public Byte irq
return Byte

port public property

public Byte port
return Byte

state public property

public Byte state
return Byte

timestamp public property

public UInt32,System timestamp
return System.UInt32