SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SetRevents()

void Spices::Net::Channel::SetRevents ( int revt)
inline

Set this REvents type.

Parameters
[in]revtEvents type.

Definition at line 133 of file Channel.h.

133{ m_Revents = revt; }
int m_Revents
Current happened event type.
Definition Channel.h:247

References m_Revents.