SpiecsEngine
 
Loading...
Searching...
No Matches

◆ DisableWriting()

void Spices::Net::Channel::DisableWriting ( )
inline

Disable Write event.

Definition at line 165 of file Channel.h.

166 {
167 m_Events &= ~EventBits::Write;
168 Update();
169 }
void Update()
Update this Channel state to Poller.
Definition Channel.cpp:48
EventFlags m_Events
This SOCKET interested Events type.
Definition Channel.h:242

References m_Events, Update(), and Write.