SpiecsEngine
 
Loading...
Searching...
No Matches

◆ IsListening()

bool Spices::Net::Acceptor::IsListening ( ) const
inline

Determine if this is in listening. @reutrn Returns true if is in listening.

Definition at line 68 of file Acceptor.h.

68{ return m_IsListening; }
bool m_IsListening
Boolean of whether is in listening.
Definition Acceptor.h:102

References m_IsListening.