Package com.zeroc.IceBT
Class EndpointInfo
java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.IceBT.EndpointInfo
- All Implemented Interfaces:
Cloneable
Provides access to Bluetooth endpoint information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe address configured with the endpoint.The UUID configured with the endpoint.Fields inherited from class com.zeroc.Ice.EndpointInfo
compress, timeout, underlying
-
Constructor Summary
ConstructorsConstructorDescriptionEndpointInfo
(EndpointInfo underlying, int timeout, boolean compress, String addr, String uuid) -
Method Summary
Methods inherited from class com.zeroc.Ice.EndpointInfo
datagram, secure, type
-
Field Details
-
addr
The address configured with the endpoint. -
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
-
clone
- Overrides:
clone
in classEndpointInfo
-