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. More... | |
int | localChannel = -1 |
The local RFCOMM channel. More... | |
int | rcvSize = 0 |
The connection buffer receive size. More... | |
string | remoteAddress = "" |
The remote Bluetooth address. More... | |
int | remoteChannel = -1 |
The remote RFCOMM channel. More... | |
int | sndSize = 0 |
The connection buffer send size. More... | |
string | uuid = "" |
The UUID of the service being offered (in a server) or targeted (in a client). More... | |
![]() | |
string | adapterName |
The name of the adapter associated with the connection. More... | |
string | connectionId |
The connection id. More... | |
bool | incoming |
Whether or not the connection is an incoming or outgoing connection. More... | |
ConnectionInfo | underlying |
The information of the underyling transport or null if there's no underlying transport. More... | |
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).