C# Class Attributes.ReadEventArgs

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
ReadEventArgs ( UInt16 handle, UInt16 offset, UInt16 result, Byte value )

Method Details

ReadEventArgs() public méthode

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_oe property

public UInt16,System handle
Résultat System.UInt16

offset public_oe property

public UInt16,System offset
Résultat System.UInt16

result public_oe property

public UInt16,System result
Résultat System.UInt16

value public_oe property

public Byte[] value
Résultat Byte[]