1#ifndef ERIS_TRANSFERINFO_H
2#define ERIS_TRANSFERINFO_H
26 TransferInfo(std::string host,
int port, std::string key, std::string
id);
32 const std::string &
getHost()
const;
55 std::string m_possess_key;
56 std::string m_possess_entity_id;
const std::string & getPossessKey() const
Get the one-time generated possess key (used for claiming ownership)
TransferInfo(std::string host, int port, std::string key, std::string id)
Ctor.
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.
int getPort() const
Get the connection port of the transfer destination server.