Channel Property
public
int Channel { set; get; }
Gives the current channel for the connection, it doesn't matter wether this channel is being listened or connected to.
Value
An integer between 1-31.
Remarks
To be added.
connect Method
Connects this connection. A RFCOMM channel is also specified.
Parameters
-
channel
- The RFCOMM channel to connect to.
Remarks
The connection()-method described in IConnection makes the port default to 0.
Connected Property
public
bool Connected { set; get; }
Tells wether this connection is connected or not.
Value
true/false
Remarks
To be added.
listen Method
Listens for a RFCOMM connection in the specified channel.
Parameters
-
channel
- The RFCOMM channel to listen for.
Remarks
To be added.
listen Method
Listens for a RFCOMM connection in the specified channel and maximum connections.
Parameters
-
channel
- The RFCOMM channel to listen to.
-
maxconns
- Number of connections to listen.
Remarks
To be added.