5 #include "TransferInfo.h" 13 : m_host(
std::move(host)),
15 m_possess_key(
std::move(key)),
16 m_possess_entity_id(
std::move(id)) {
32 return m_possess_entity_id;
TransferInfo(std::string host, int port, std::string key, std::string id)
Ctor.
const std::string & getPossessKey() const
Get the one-time generated possess key (used for claiming ownership)
int getPort() const
Get the connection port of the transfer destination server.
const std::string & getHost() const
Get the hostname of the transfer destination server.
const std::string & getPossessEntityId() const
Get the entity ID of the transferred character on the destination server.