Class EndpointInfo

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

public abstract class EndpointInfo extends EndpointInfo
Provides access to Bluetooth endpoint information.
  • Field Details

    • addr

      public String addr
      The address configured with the endpoint.
    • uuid

      public String uuid
      The UUID configured with the endpoint.
  • Constructor Details

    • EndpointInfo

      public EndpointInfo()
    • EndpointInfo

      public EndpointInfo(EndpointInfo underlying, int timeout, boolean compress, String addr, String uuid)
  • Method Details