13 enum class Type :
int {
27 ::NetworkIdentifier::Type mType;
31 LLNDAPI std::string getIPAndPort()
const;
33 [[nodiscard]]
bool operator==(
::NetworkIdentifier const& other)
const {
return equalsTypeData(other); }
40 MCAPI ::std::string getAddress()
const;
42 MCAPI ::std::string getCorrelationId()
const;
44 MCAPI uint64 getHash()
const;
46 MCAPI
bool isUnassigned()
const;
48 MCAPI ::std::string toString()
const;
60 MCAPI static ::NetworkIdentifier& INVALID_ID();