The superinterface for RFCOMM connections.
|
BytesUsed [read-only] | int . A read-only value that describes the number last read/written bytes. |
Channel
|
int . Gives the current channel for the connection, it doesn't matter wether this channel is being listened or connected to. |
Connected
|
bool . Tells wether this connection is connected or not. |
connect
(int) Connects this connection. A RFCOMM channel is also specified. |
|
listen
(int) Listens for a RFCOMM connection in the specified channel. |
|
listen
(int, int) Listens for a RFCOMM connection in the specified channel and maximum connections. |
|
ReadWithOffset
(IntPtr, int, int) Read bytes to IntPtr with offset. |
|
WriteWithOffset
(IntPtr, int, int) Write bytes from IntPtr with offset. |
A read-only value that describes the number last read/written bytes.
Gives the current channel for the connection, it doesn't matter wether this channel is being listened or connected to.
Connects this connection. A RFCOMM channel is also specified.
Tells wether this connection is connected or not.
Listens for a RFCOMM connection in the specified channel.
Listens for a RFCOMM connection in the specified channel and maximum connections.
Read bytes to IntPtr with offset.
Write bytes from IntPtr with offset.