|
Ice 3.7 Slice API Reference
|
Provides access to Bluetooth endpoint information. More...
defined in <IceBT/EndpointInfo.ice>
local class EndpointInfo extends Ice::EndpointInfo { ... }


Data Members | |
| string | addr |
| The address configured with the endpoint. | |
| string | uuid |
| The UUID configured with the endpoint. | |
| Data Members inherited from Ice::EndpointInfo | |
| bool | compress |
| Specifies whether or not compression should be used if available when using this endpoint. | |
| int | timeout |
| The timeout for the endpoint in milliseconds. | |
| EndpointInfo | underlying |
| The information of the underyling endpoint of null if there's no underlying endpoint. | |
Additional Inherited Members | |
| Operations inherited from Ice::EndpointInfo | |
| bool | datagram () |
| Returns true if this endpoint is a datagram endpoint. | |
| bool | secure () |
| Returns true if this endpoint is a secure endpoint. | |
| short | type () |
| Returns the type of the endpoint. | |
Provides access to Bluetooth endpoint information.
| string addr |
The address configured with the endpoint.
| string uuid |
The UUID configured with the endpoint.