SpiecsEngine
 
Loading...
Searching...
No Matches

◆ EnableReading()

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

Enable Read event.

Definition at line 138 of file Channel.h.

139 {
141 Update();
142 }
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, Read, and Update().