|
Ice 3.7 Slice API Reference
|
Provides access to the details of a Bluetooth connection. More...
defined in <IceBT/ConnectionInfo.ice>
local class ConnectionInfo extends Ice::ConnectionInfo { ... }


Data Members | |
| string | localAddress = "" |
| The local Bluetooth address. | |
| int | localChannel = -1 |
| The local RFCOMM channel. | |
| int | rcvSize = 0 |
| The connection buffer receive size. | |
| string | remoteAddress = "" |
| The remote Bluetooth address. | |
| int | remoteChannel = -1 |
| The remote RFCOMM channel. | |
| int | sndSize = 0 |
| The connection buffer send size. | |
| string | uuid = "" |
| The UUID of the service being offered (in a server) or targeted (in a client). | |
| Data Members inherited from Ice::ConnectionInfo | |
| string | adapterName |
| The name of the adapter associated with the connection. | |
| string | connectionId |
| The connection id. | |
| bool | incoming |
| Whether or not the connection is an incoming or outgoing connection. | |
| ConnectionInfo | underlying |
| The information of the underyling transport or null if there's no underlying transport. | |
Provides access to the details of a Bluetooth connection.
| string localAddress = "" |
The local Bluetooth address.
| int localChannel = -1 |
The local RFCOMM channel.
| int rcvSize = 0 |
The connection buffer receive size.
| string remoteAddress = "" |
The remote Bluetooth address.
| int remoteChannel = -1 |
The remote RFCOMM channel.
| int sndSize = 0 |
The connection buffer send size.
| string uuid = "" |
The UUID of the service being offered (in a server) or targeted (in a client).