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

The interface to the bond objects. More...

Properties

bool Mitm [get]
 Bond with man in the middle protection. More...
 
bool Lesc [get]
 Bond with secure connection protection. More...
 
int KeySize [get]
 Keysize of the bond. More...
 
string Title [get]
 Get the title of the bond. More...
 
string Details [get]
 Get the detail description of the bond. More...
 

Detailed Description

The interface to the bond objects.

Property Documentation

§ Details

string Arendi.BleLibrary.Local.IBond.Details
get

Get the detail description of the bond.

§ KeySize

int Arendi.BleLibrary.Local.IBond.KeySize
get

Keysize of the bond.

§ Lesc

bool Arendi.BleLibrary.Local.IBond.Lesc
get

Bond with secure connection protection.

§ Mitm

bool Arendi.BleLibrary.Local.IBond.Mitm
get

Bond with man in the middle protection.

§ Title

string Arendi.BleLibrary.Local.IBond.Title
get

Get the title of the bond.