Arendi.BleLibrary  4.5.1.999
Core-Library (PCL)
Arendi.BleLibrary.Extention.PeripheralRemovedEventArgs< TPeripheral > Class Template Reference

Class for event arguments if a peripheral gets removed from a peripheral manager (see IPeripheralManager<TPeripheral> interface). More...

Inheritance diagram for Arendi.BleLibrary.Extention.PeripheralRemovedEventArgs< TPeripheral >:

Public Member Functions

 PeripheralRemovedEventArgs (TPeripheral peripheral)
 Create the event arguments. More...
 

Properties

TPeripheral Peripheral [get]
 Peripheral object that has been added to the list. More...
 

Detailed Description

Class for event arguments if a peripheral gets removed from a peripheral manager (see IPeripheralManager<TPeripheral> interface).

Template Parameters
TPeripheralType the peripheral manager manages. If multiple class types are handled the type can be set to IManagedPeripheral.

Constructor & Destructor Documentation

§ PeripheralRemovedEventArgs()

Create the event arguments.

Parameters
peripheralRemoved peripheral object.

Property Documentation

§ Peripheral

TPeripheral Arendi.BleLibrary.Extention.PeripheralRemovedEventArgs< TPeripheral >.Peripheral
get

Peripheral object that has been added to the list.