SpiecsEngine
 
Loading...
Searching...
No Matches

◆ IsNoneEvent()

bool Spices::Net::Channel::IsNoneEvent ( ) const
inline

Determine whether the event is a None Event.

Returns
Returns true if the event is a None Event, otherwise false.

Definition at line 184 of file Channel.h.

184{ return m_Events == EventBits::None; }
EventFlags m_Events
This SOCKET interested Events type.
Definition Channel.h:242

References m_Events, and None.

Referenced by Spices::Net::EPollPoller::UpdateChannel().