C# Class Connection.VersionIndEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: jrowberg/bglib

Public Properties

Property Type Description
comp_id System.UInt16
connection Byte
sub_vers_nr System.UInt16
vers_nr Byte

Public Methods

Method Description
VersionIndEventArgs ( Byte connection, Byte vers_nr, UInt16 comp_id, UInt16 sub_vers_nr )

Method Details

VersionIndEventArgs() public method

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
return System.UInt16

connection public_oe property

public Byte connection
return Byte

sub_vers_nr public_oe property

public UInt16,System sub_vers_nr
return System.UInt16

vers_nr public_oe property

public Byte vers_nr
return Byte