Class ConnectionInfo

java.lang.Object
com.zeroc.Ice.ConnectionInfo
com.zeroc.IceBT.ConnectionInfo

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

    • localAddress

      public final String localAddress
      The local Bluetooth address.
    • localChannel

      public final int localChannel
      The local RFCOMM channel.
    • remoteAddress

      public final String remoteAddress
      The remote Bluetooth address.
    • remoteChannel

      public final int remoteChannel
      The remote RFCOMM channel.
    • uuid

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

      public final int rcvSize
      The connection buffer receive size.
    • sndSize

      public final int sndSize
      The connection buffer send size.