SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetName()

const std::string & Spices::Net::TcpConnection::GetName ( ) const
inline

Get this TcpConnection name.

Returns
Returns this TcpConnection name.

Definition at line 81 of file TcpConnection.h.

81{ return m_Name; }
std::string m_Name
TcpConnection name.

References m_Name.