C# Class Hardware.IOPortStatusEventArgs

Inheritance: System.EventArgs
Exibir arquivo 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_oe property

public Byte irq
return Byte

port public_oe property

public Byte port
return Byte

state public_oe property

public Byte state
return Byte

timestamp public_oe property

public UInt32,System timestamp
return System.UInt32