C# Class Connection.GetRssiEventArgs

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

Public Properties

Property Type Description
connection Byte
rssi SByte

Public Methods

Method Description
GetRssiEventArgs ( Byte connection, SByte rssi )

Method Details

GetRssiEventArgs() public method

public GetRssiEventArgs ( Byte connection, SByte rssi )
connection Byte
rssi SByte

Property Details

connection public_oe property

public Byte connection
return Byte

rssi public_oe property

public SByte rssi
return SByte