monotooth : monotooth.Model.Connections Namespace

ServiceConnectionFactory Class

An abstract ServiceConnection factory.

public abstract class ServiceConnectionFactory


Remarks

To be added.

Members

See Also: Inherited members from object.

Protected Constructors

To be added.

Methods

abstract CreateServiceConnection (RFCommConnection) : ServiceConnection
Creates a service connection that uses an rfcomm connection.
static GetFactory () : ServiceConnectionFactory
Returns a Factory, this factory is created OS-wise.

Member Details

ServiceConnectionFactory Constructor

protected ServiceConnectionFactory ()

To be added.

Remarks

To be added.

CreateServiceConnection Method

public abstract ServiceConnection CreateServiceConnection (RFCommConnection conn)

Creates a service connection that uses an rfcomm connection.

Parameters

conn
The connection to use.

Returns

OS-specific service connection

Remarks

To be added.

GetFactory Method

public static ServiceConnectionFactory GetFactory ()

Returns a Factory, this factory is created OS-wise.

Returns

A ServiceConnection factory.

Remarks

To be added.