C# Class Attributes.ValueEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: jrowberg/bglib

Public Properties

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

Public Methods

Method Description
ValueEventArgs ( Byte connection, Byte reason, UInt16 handle, UInt16 offset, Byte value )

Method Details

ValueEventArgs() public method

public ValueEventArgs ( Byte connection, Byte reason, UInt16 handle, UInt16 offset, Byte value )
connection Byte
reason Byte
handle System.UInt16
offset System.UInt16
value Byte

Property Details

connection public_oe property

public Byte connection
return Byte

handle public_oe property

public UInt16,System handle
return System.UInt16

offset public_oe property

public UInt16,System offset
return System.UInt16

reason public_oe property

public Byte reason
return Byte

value public_oe property

public Byte[] value
return Byte[]