Contains client description information. More...
#include <client_descriptor.hpp>
Public Member Functions | |
ClientDescriptor (ClientIdentifier id, string ip) | |
C++ constructor. | |
ClientDescriptor (ConnectedClientSharedPtr connectedClient) | |
C++ constructor. | |
const string & | getAddress () const |
Get the client address. | |
ClientIdentifier | getId () const |
Get the client identifier. | |
Contains client description information.
This is used for identification purposes only and contains no functionality.
kanzi::connect::ClientDescriptor::ClientDescriptor | ( | ClientIdentifier | id, |
string | ip ) |
C++ constructor.
id | identifier for the client. Locally unique. |
ip | address of the client. |
kanzi::connect::ClientDescriptor::ClientDescriptor | ( | ConnectedClientSharedPtr | connectedClient | ) |
C++ constructor.
connectedClient | shared pointer to client information from which relevant is retrieved. |
const string & kanzi::connect::ClientDescriptor::getAddress | ( | ) | const |
Get the client address.
ClientIdentifier kanzi::connect::ClientDescriptor::getId | ( | ) | const |
Get the client identifier.