SpiecsEngine
 
Loading...
Searching...
No Matches

◆ IsWriting()

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

Determine whether the event is a Write Event.

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

Definition at line 190 of file Channel.h.

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

References m_Events, and Write.