The superinterface that all connections must use.
|
from
|
monotooth.Model.BluetoothAddress . Bluetooth address that describes the from-part of the connection. |
SocketDescriptor [read-only] | int . An optional property that stores the current socket descriptor. |
to
|
monotooth.Model.BluetoothAddress . Bluetooth address that describes the to-part of the connection. |
connect
() Connects the connections end-points together. |
|
disconnect
() Disconnects the connection. |
|
isConnected
() Tells wether the connection is open or not. |
|
Read
(System.Text.StringBuilder) Reads bytes to a System.Text.StringBuilder from the connection. |
|
Write
(System.Text.StringBuilder) Writes bytes stored to a System.Text.StringBuilder onto the connection. |
Connects the connections end-points together.
Disconnects the connection.
Bluetooth address that describes the from-part of the connection.
Tells wether the connection is open or not.
Reads bytes to a System.Text.StringBuilder from the connection.
An optional property that stores the current socket descriptor.
Bluetooth address that describes the to-part of the connection.
Writes bytes stored to a System.Text.StringBuilder onto the connection.