monotooth : monotooth.Model.Socket Namespace

BluetoothStream Class

A simple stream to handle bluetooth streams.

public class BluetoothStream : System.IO.Stream


Remarks

To be added.

Members

See Also: Inherited members from System.IO.Stream.

Constructors

Protected Methods

Dispose (bool)
To be added.

Member Details

BluetoothStream Constructor

public BluetoothStream (monotooth.Model.Connections.RFCommConnection conn)

The default constructor.

Parameters

conn
The used connection that this stream will use.

Remarks

To be added.

Dispose Method

protected virtual void Dispose (bool disposing)

To be added.

Parameters

disposing
To be added.

Remarks

To be added.