C# Class Connection.VersionIndEventArgs

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

Méthodes publiques

Свойство Type Description
comp_id System.UInt16
connection Byte
sub_vers_nr System.UInt16
vers_nr Byte

Méthodes publiques

Méthode Description
VersionIndEventArgs ( Byte connection, Byte vers_nr, UInt16 comp_id, UInt16 sub_vers_nr )

Method Details

VersionIndEventArgs() public méthode

public VersionIndEventArgs ( Byte connection, Byte vers_nr, UInt16 comp_id, UInt16 sub_vers_nr )
connection Byte
vers_nr Byte
comp_id System.UInt16
sub_vers_nr System.UInt16

Property Details

comp_id public_oe property

public UInt16,System comp_id
Résultat System.UInt16

connection public_oe property

public Byte connection
Résultat Byte

sub_vers_nr public_oe property

public UInt16,System sub_vers_nr
Résultat System.UInt16

vers_nr public_oe property

public Byte vers_nr
Résultat Byte