SpiecsEngine
 
Loading...
Searching...
No Matches

◆ IsReading()

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

Determine whether the event is a Read Event.

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

Definition at line 196 of file Channel.h.

196{ return m_Events & EventBits::Read; }
EventFlags m_Events
This SOCKET interested Events type.
Definition Channel.h:242

References m_Events, and Read.