![]() |
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CUdpClient, including all inherited members.
AbortableWait(CEvent &event, int timeoutMillis=-1) | CThread | inlineprivate |
Broadcast(int aPort, const std::string &aMessage) | CUdpClient | protected |
client_socket | CUdpClient | protected |
COMMANDITERATOR typedef | CUdpClient | protected |
commands | CUdpClient | protected |
Create() | CUdpClient | protected |
CThread::Create(bool bAutoDelete=false, unsigned stacksize=0) | CThread | private |
critical_section | CUdpClient | protected |
CThread(const char *ThreadName) | CThread | explicitprivate |
CThread(IRunnable *pRunnable, const char *ThreadName) | CThread | private |
CUdpClient() | CUdpClient | |
Destroy() | CUdpClient | protected |
DispatchNextCommand() | CUdpClient | protected |
GetAbsoluteUsage() | CThread | private |
GetCurrentThread() | CThread | privatestatic |
GetCurrentThreadId() | CThread | privatestatic |
GetMaxPriority(void) | CThread | private |
GetMinPriority(void) | CThread | private |
GetNormalPriority(void) | CThread | private |
GetPriority(void) | CThread | private |
GetRelativeUsage() | CThread | private |
GetSchedRRPriority(void) | CThread | private |
IsAutoDelete() const | CThread | private |
IsCurrentThread() const | CThread | private |
IsCurrentThread(const ThreadIdentifier tid) | CThread | privatestatic |
IsRunning() const | CThread | private |
m_bStop | CThread | private |
OnException() | CThread | inlineprivatevirtual |
OnExit() | CThread | inlineprivatevirtual |
OnMessage(struct sockaddr_in &aRemoteAddress, const std::string &aMessage, unsigned char *pMessage, DWORD dwMessageLength) | CUdpClient | inlineprotectedvirtual |
OnStartup() override | CUdpClient | protectedvirtual |
Process() override | CUdpClient | protectedvirtual |
Send(const std::string &aIpAddress, int aPort, const std::string &aMessage) | CUdpClient | protected |
Send(struct sockaddr_in aAddress, const std::string &aMessage) | CUdpClient | protected |
Send(struct sockaddr_in aAddress, unsigned char *pMessage, DWORD dwSize) | CUdpClient | protected |
SetPriority(const int iPriority) | CThread | private |
SetPrioritySched_RR(int iPriority) | CThread | private |
Sleep(unsigned int milliseconds) | CThread | private |
StopThread(bool bWait=true) | CThread | privatevirtual |
WAIT_INTERRUPTED enum value | CThread | private |
WAIT_SIGNALED enum value | CThread | private |
WAIT_TIMEDOUT enum value | CThread | private |
WaitForThreadExit(unsigned int milliseconds) | CThread | private |
WaitResponse enum name | CThread | private |
~CThread() | CThread | privatevirtual |
~CUdpClient(void) override | CUdpClient |