java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.IceBT.EndpointInfo
Provides access to Bluetooth endpoint information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
The address configured with the endpoint.final String
The UUID configured with the endpoint.Fields inherited from class com.zeroc.Ice.EndpointInfo
compress, underlying
-
Method Summary
Methods inherited from class com.zeroc.Ice.EndpointInfo
datagram
-
Field Details
-
addr
The address configured with the endpoint. -
uuid
The UUID configured with the endpoint.
-
-
Method Details
-
type
public short type()Description copied from class:EndpointInfo
Returns the type of the endpoint.- Overrides:
type
in classEndpointInfo
- Returns:
- The endpoint type.
-
secure
public boolean secure()- Overrides:
secure
in classEndpointInfo
- Returns:
- True for a secure endpoint.
-