C# Class Attributes.ReadEventArgs

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

Public Properties

Property Type Description
handle System.UInt16
offset System.UInt16
result System.UInt16
value Byte[]

Public Methods

Method Description
ReadEventArgs ( UInt16 handle, UInt16 offset, UInt16 result, Byte value )

Method Details

ReadEventArgs() public method

public ReadEventArgs ( UInt16 handle, UInt16 offset, UInt16 result, Byte value )
handle System.UInt16
offset System.UInt16
result System.UInt16
value Byte

Property Details

handle public property

public UInt16,System handle
return System.UInt16

offset public property

public UInt16,System offset
return System.UInt16

result public property

public UInt16,System result
return System.UInt16

value public property

public Byte[] value
return Byte[]