Arendi.BleLibrary  4.5.1.999
Core-Library (PCL)
Arendi.BleLibrary.Local.IBondManager Interface Reference

The interface to the bond manager More...

Inheritance diagram for Arendi.BleLibrary.Local.IBondManager:

Public Member Functions

Task DeleteBondAsync (IBond bond)
 Method to delete a bonding. More...
 

Properties

IEnumerable< IBondBondList [get]
 List with active bonds. More...
 

Events

EventHandler< BondAddedEventArgsBondAdded
 Occurs when a new bond was added to the bond list More...
 
EventHandler< BondRemovedEventArgsBondRemoved
 Occurs when a bond was removed from the bond list More...
 
EventHandler< BondUpdatedEventArgsBondUpdated
 Occurs when a bond in the bond list has been updated More...
 

Detailed Description

The interface to the bond manager

Member Function Documentation

§ DeleteBondAsync()

Task Arendi.BleLibrary.Local.IBondManager.DeleteBondAsync ( IBond  bond)

Method to delete a bonding.

Parameters
bondBonding object to be deleted.

Property Documentation

§ BondList

IEnumerable<IBond> Arendi.BleLibrary.Local.IBondManager.BondList
get

List with active bonds.

Event Documentation

§ BondAdded

EventHandler<BondAddedEventArgs> Arendi.BleLibrary.Local.IBondManager.BondAdded

Occurs when a new bond was added to the bond list

§ BondRemoved

EventHandler<BondRemovedEventArgs> Arendi.BleLibrary.Local.IBondManager.BondRemoved

Occurs when a bond was removed from the bond list

§ BondUpdated

EventHandler<BondUpdatedEventArgs> Arendi.BleLibrary.Local.IBondManager.BondUpdated

Occurs when a bond in the bond list has been updated