Arendi.BleLibrary  4.5.1.999
Core-Library (PCL)
Arendi.BleLibrary.Local.PeripheralDiscoveredEventArgs Class Reference

Event arguments for the event ICentral.PeripheralDiscovered. More...

Inheritance diagram for Arendi.BleLibrary.Local.PeripheralDiscoveredEventArgs:

Public Member Functions

 PeripheralDiscoveredEventArgs (IPeripheral peripheral, int rssi, AdvertiseInfoList advertiseInfoList, bool isConnectable)
 Create the event arguments for the event ICentral.PeripheralDiscovered. More...
 

Properties

IPeripheral Peripheral [get]
 Get the discovered peripheral. More...
 
int Rssi [get]
 Get the RSSI value the advertisement has been received. More...
 
AdvertiseInfoList AdvertiseInfoList [get]
 Get the list with advertisement information element. More...
 
bool IsConnectable [get]
 Is the discovered peripheral connectable. More...
 

Detailed Description

Event arguments for the event ICentral.PeripheralDiscovered.

Constructor & Destructor Documentation

§ PeripheralDiscoveredEventArgs()

Arendi.BleLibrary.Local.PeripheralDiscoveredEventArgs.PeripheralDiscoveredEventArgs ( IPeripheral  peripheral,
int  rssi,
AdvertiseInfoList  advertiseInfoList,
bool  isConnectable 
)

Create the event arguments for the event ICentral.PeripheralDiscovered.

Parameters
peripheralPeripheral that has been discovered.
rssiRSSI level the advertisement has been received.
advertiseInfoListList with the advertisement information received with the advertisement/scan.
isConnectableIs the peripheral currently connectable.

Property Documentation

§ AdvertiseInfoList

AdvertiseInfoList Arendi.BleLibrary.Local.PeripheralDiscoveredEventArgs.AdvertiseInfoList
get

Get the list with advertisement information element.

§ IsConnectable

bool Arendi.BleLibrary.Local.PeripheralDiscoveredEventArgs.IsConnectable
get

Is the discovered peripheral connectable.

§ Peripheral

IPeripheral Arendi.BleLibrary.Local.PeripheralDiscoveredEventArgs.Peripheral
get

Get the discovered peripheral.

§ Rssi

int Arendi.BleLibrary.Local.PeripheralDiscoveredEventArgs.Rssi
get

Get the RSSI value the advertisement has been received.