Provides access to Bluetooth endpoint information. More...
#include <IceBT/IceBT.h>

Public Member Functions | |
| EndpointInfo (const EndpointInfo &)=delete | |
| EndpointInfo & | operator= (const EndpointInfo &)=delete |
| bool | secure () const noexcept final |
| Returns true if this endpoint's transport uses SSL, false otherwise. | |
| std::int16_t | type () const noexcept final |
| Returns the type of the endpoint. | |
| Public Member Functions inherited from Ice::EndpointInfo | |
| EndpointInfo (const EndpointInfo &)=delete | |
| virtual bool | datagram () const noexcept |
| Returns true if this endpoint's transport is a datagram transport (namely, UDP), false otherwise. | |
| EndpointInfo & | operator= (const EndpointInfo &)=delete |
Public Attributes | |
| const std::string | addr |
| The address configured with the endpoint. | |
| const std::string | uuid |
| The UUID configured with the endpoint. | |
| Public Attributes inherited from Ice::EndpointInfo | |
| const bool | compress |
| Specifies whether or not compression should be used if available when using this endpoint. | |
| const EndpointInfoPtr | underlying |
| The information of the underlying endpoint or nullptr if there's no underlying endpoint. | |
Provides access to Bluetooth endpoint information.
Definition at line 21 of file EndpointInfo.h.