Package com.zeroc.IceBT
Class ConnectionInfo
java.lang.Object
com.zeroc.Ice.ConnectionInfo
com.zeroc.IceBT.ConnectionInfo
- All Implemented Interfaces:
Cloneable
Provides access to the details of a Bluetooth connection.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe local Bluetooth address.int
The local RFCOMM channel.int
The connection buffer receive size.The remote Bluetooth address.int
The remote RFCOMM channel.int
The connection buffer send size.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
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionInfo
(ConnectionInfo underlying, boolean incoming, String adapterName, String connectionId, String localAddress, int localChannel, String remoteAddress, int remoteChannel, String uuid, int rcvSize, int sndSize) -
Method Summary
-
Field Details
-
localAddress
The local Bluetooth address. -
localChannel
public int localChannelThe local RFCOMM channel. -
remoteAddress
The remote Bluetooth address. -
remoteChannel
public int remoteChannelThe remote RFCOMM channel. -
uuid
The UUID of the service being offered (in a server) or targeted (in a client). -
rcvSize
public int rcvSizeThe connection buffer receive size. -
sndSize
public int sndSizeThe connection buffer send size.
-
-
Constructor Details
-
ConnectionInfo
public ConnectionInfo() -
ConnectionInfo
-
-
Method Details
-
clone
- Overrides:
clone
in classConnectionInfo
-