Ice 3.7 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Data Members | List of all members
IceBT::ConnectionInfo Local Class Reference

Provides access to the details of a Bluetooth connection. More...

defined in <IceBT/ConnectionInfo.ice>

local class ConnectionInfo extends Ice::ConnectionInfo { ... }

Inheritance diagram for IceBT::ConnectionInfo:
Inheritance graph
[legend]
Collaboration diagram for IceBT::ConnectionInfo:
Collaboration graph
[legend]

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...
 
- Data Members inherited from Ice::ConnectionInfo
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...
 

Detailed Description

Provides access to the details of a Bluetooth connection.

Data Member Documentation

◆ localAddress

string localAddress = ""

The local Bluetooth address.

◆ localChannel

int localChannel = -1

The local RFCOMM channel.

◆ rcvSize

int rcvSize = 0

The connection buffer receive size.

◆ remoteAddress

string remoteAddress = ""

The remote Bluetooth address.

◆ remoteChannel

int remoteChannel = -1

The remote RFCOMM channel.

◆ sndSize

int sndSize = 0

The connection buffer send size.

◆ uuid

string uuid = ""

The UUID of the service being offered (in a server) or targeted (in a client).


The documentation for this class was generated from the following file: