monotooth : monotooth.Model.Connections Namespace

HCIConnection Interface

A HCI connection interface.

public interface HCIConnection : , IConnection


Remarks

It is highly rare that 2 devices communicate with the HCI interface, thus this interface is a little unneeded.

In Linux, the application will need root-privileges to execute HCI connections.

Members

Properties

Authentication
bool . To be added.
Encryption
bool . To be added.
Role
bool . To be added.

Member Details

Authentication Property

public bool Authentication { set; get; }

To be added.

Value

To be added.

Remarks

To be added.

Encryption Property

public bool Encryption { set; get; }

To be added.

Value

To be added.

Remarks

To be added.

Role Property

public bool Role { set; get; }

To be added.

Value

To be added.

Remarks

To be added.