C# Class Attributes.ValueEventArgs

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

Méthodes publiques

Свойство Type Description
connection Byte
handle System.UInt16
offset System.UInt16
reason Byte
value Byte[]

Méthodes publiques

Méthode Description
ValueEventArgs ( Byte connection, Byte reason, UInt16 handle, UInt16 offset, Byte value )

Method Details

ValueEventArgs() public méthode

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
Résultat Byte

handle public_oe property

public UInt16,System handle
Résultat System.UInt16

offset public_oe property

public UInt16,System offset
Résultat System.UInt16

reason public_oe property

public Byte reason
Résultat Byte

value public_oe property

public Byte[] value
Résultat Byte[]