|
kodi
|

Public Member Functions | |
| void | AddSocket (CBaseSocket *) |
| bool | Listen (int timeoutMs) |
| void | Clear () |
| CBaseSocket * | GetFirstReadySocket () |
| CBaseSocket * | GetNextReadySocket () |
Protected Attributes | |
| std::vector< CBaseSocket * > | m_sockets |
| int | m_iReadyCount |
| int | m_iMaxSockets |
| int | m_iCurrentSocket |
| fd_set | m_fdset |
1.8.13