monotooth : monotooth.Model.Connections Namespace

L2CAPConnection Interface

An interface to describe L2CAP connections.

public interface L2CAPConnection : , IConnection


Remarks

To be added.

Members

Methods

connect (int)
Connects to address specified in monotooth.Model.Connections.IConnection.to.
listen (int)
Listens to L2CAP connection with a channel.
listen (int, int)
Listens to L2CAP connection with a channel.

Member Details

connect Method

public void connect (int psm)

Connects to address specified in monotooth.Model.Connections.IConnection.to.

Parameters

psm
The L2CAP channel to connect to.

Remarks

To be added.

listen Method

public void listen (int psm)

Listens to L2CAP connection with a channel.

Parameters

psm
The L2CAP channel to listen to.

Remarks

To be added.

listen Method

public void listen (int psm, int maxconns)

Listens to L2CAP connection with a channel.

Parameters

psm
The L2CAP channel to listen to.
maxconns
The number of connections to listen for.

Remarks

To be added.