Arendi.BleLibrary  4.5.1.999
Core-Library (PCL)
Arendi.BleLibrary.Remote.RssiReadEventArgs Class Reference

Event arguments for the event IPeripheral.RssiRead. More...

Inheritance diagram for Arendi.BleLibrary.Remote.RssiReadEventArgs:

Public Member Functions

 RssiReadEventArgs (IPeripheral peripheral, int rssi, BleResult result)
 Create the event arguments. More...
 

Properties

IPeripheral Peripheral [get]
 Peripheral the RSSI value had been read from. More...
 
int Rssi [get]
 RSSI level (only valid if Result is BleResult.Success). More...
 
BleResult Result [get]
 Result of the reading of the RSSI level. More...
 

Detailed Description

Event arguments for the event IPeripheral.RssiRead.

Constructor & Destructor Documentation

§ RssiReadEventArgs()

Arendi.BleLibrary.Remote.RssiReadEventArgs.RssiReadEventArgs ( IPeripheral  peripheral,
int  rssi,
BleResult  result 
)

Create the event arguments.

Parameters
peripheralPeripheral the RSSI value had been read from.
rssiRSSI level (only valid if Result is BleResult.Success)
resultResult of the reading of the RSSI level.

Property Documentation

§ Peripheral

IPeripheral Arendi.BleLibrary.Remote.RssiReadEventArgs.Peripheral
get

Peripheral the RSSI value had been read from.

§ Result

BleResult Arendi.BleLibrary.Remote.RssiReadEventArgs.Result
get

Result of the reading of the RSSI level.

§ Rssi

int Arendi.BleLibrary.Remote.RssiReadEventArgs.Rssi
get

RSSI level (only valid if Result is BleResult.Success).