java.lang.Object
com.zeroc.Ice.ConnectionInfo
com.zeroc.IceBT.ConnectionInfo
Provides access to the details of a Bluetooth connection.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
The local Bluetooth address.final int
The local RFCOMM channel.final int
The connection buffer receive size.final String
The remote Bluetooth address.final int
The remote RFCOMM channel.final int
The connection buffer send size.final String
The UUID of the service being offered (in a server) or targeted (in a client).Fields inherited from class com.zeroc.Ice.ConnectionInfo
adapterName, connectionId, incoming, underlying
-
Method Summary
-
Field Details
-
localAddress
The local Bluetooth address. -
localChannel
public final int localChannelThe local RFCOMM channel. -
remoteAddress
The remote Bluetooth address. -
remoteChannel
public final int remoteChannelThe remote RFCOMM channel. -
uuid
The UUID of the service being offered (in a server) or targeted (in a client). -
rcvSize
public final int rcvSizeThe connection buffer receive size. -
sndSize
public final int sndSizeThe connection buffer send size.
-