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

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

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

Public Member Functions

 PeripheralAddedEventArgs (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 added to 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

§ PeripheralAddedEventArgs()

Create the event arguments.

Parameters
peripheralAdded peripheral object.

Property Documentation

§ Peripheral

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

Peripheral object that has been added to the list.