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 StringThe local Bluetooth address.final intThe local RFCOMM channel.final intThe connection buffer receive size.final StringThe remote Bluetooth address.final intThe remote RFCOMM channel.final intThe connection buffer send size.final StringThe 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.
-