Class ConnectionInfo

java.lang.Object
com.zeroc.Ice.ConnectionInfo
com.zeroc.IceBT.ConnectionInfo
All Implemented Interfaces:
Cloneable

public class ConnectionInfo extends ConnectionInfo
Provides access to the details of a Bluetooth connection.
  • Field Details

    • localAddress

      public String localAddress
      The local Bluetooth address.
    • localChannel

      public int localChannel
      The local RFCOMM channel.
    • remoteAddress

      public String remoteAddress
      The remote Bluetooth address.
    • remoteChannel

      public int remoteChannel
      The remote RFCOMM channel.
    • uuid

      public String uuid
      The UUID of the service being offered (in a server) or targeted (in a client).
    • rcvSize

      public int rcvSize
      The connection buffer receive size.
    • sndSize

      public int sndSize
      The connection buffer send size.
  • Constructor Details

    • ConnectionInfo

      public ConnectionInfo()
    • ConnectionInfo

      public ConnectionInfo(ConnectionInfo underlying, boolean incoming, String adapterName, String connectionId, String localAddress, int localChannel, String remoteAddress, int remoteChannel, String uuid, int rcvSize, int sndSize)
  • Method Details