![]() |
EduArt Sensor Ring Library 3.0.0
|
Uniquely identifies a communication endpoint by its string ID. More...
#include <ComEndpoint.hpp>
Public Member Functions | |
| ComEndpoint (const std::string &id) | |
| Construct from endpoint ID string. | |
| ComEndpoint (const ComEndpoint &endpoint) | |
| Copy constructor. | |
| const std::string | getId () const |
| Get the endpoint ID. | |
| bool | operator== (const ComEndpoint &other) const |
Uniquely identifies a communication endpoint by its string ID.
| eduart::com::ComEndpoint::ComEndpoint | ( | const std::string & | id | ) |
Construct from endpoint ID string.
| [in] | id | The unique identifier for this endpoint. |
| const std::string eduart::com::ComEndpoint::getId | ( | ) | const |
Get the endpoint ID.