C# Class Attributes.UserReadRequestEventArgs

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

Méthodes publiques

Свойство Type Description
connection Byte
handle System.UInt16
maxsize Byte
offset System.UInt16

Méthodes publiques

Méthode Description
UserReadRequestEventArgs ( Byte connection, UInt16 handle, UInt16 offset, Byte maxsize )

Method Details

UserReadRequestEventArgs() public méthode

public UserReadRequestEventArgs ( Byte connection, UInt16 handle, UInt16 offset, Byte maxsize )
connection Byte
handle System.UInt16
offset System.UInt16
maxsize 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

maxsize public_oe property

public Byte maxsize
Résultat Byte

offset public_oe property

public UInt16,System offset
Résultat System.UInt16