monotooth : monotooth.Model.Connections Namespace

RFCommConnectionFactory Class

An abstract class to create RFCOMM connections.

public abstract class RFCommConnectionFactory


Remarks

To be added.

Members

See Also: Inherited members from object.

Protected Constructors

To be added.

Methods

abstract CreateRFCommConnection (monotooth.Model.BluetoothAddress, monotooth.Model.BluetoothAddress) : RFCommConnection
Creates an RFCOMM connection with 2 addresses, which describe the points of connection.
static GetFactory () : RFCommConnectionFactory
To be added.

Member Details

RFCommConnectionFactory Constructor

protected RFCommConnectionFactory ()

To be added.

Remarks

To be added.

CreateRFCommConnection Method

Creates an RFCOMM connection with 2 addresses, which describe the points of connection.

Parameters

from
The from-part of the connection.
to
The to-part of the connection.

Returns

An RFCommConnection.

Remarks

To be added.

GetFactory Method

public static RFCommConnectionFactory GetFactory ()

To be added.

Returns

OS-dependend RFCOMM connection factory

Remarks

To be added.