libhomegear-base  0.7
Base library for Homegear and Homegear family modules.
BaseLib::UdpSocket Member List

This is the complete list of members for BaseLib::UdpSocket, including all inherited members.

_autoConnectBaseLib::UdpSocketprotected
_blBaseLib::UdpSocketprotected
_clientIpBaseLib::UdpSocketprotected
_hostnameBaseLib::UdpSocketprotected
_listenIpBaseLib::UdpSocketprotected
_listenPortBaseLib::UdpSocketprotected
_portBaseLib::UdpSocketprotected
_readMutexBaseLib::UdpSocketprotected
_readTimeoutBaseLib::UdpSocketprotected
_serverInfoBaseLib::UdpSocketprotected
_socketDescriptorBaseLib::UdpSocketprotected
_writeMutexBaseLib::UdpSocketprotected
autoConnect()BaseLib::UdpSocketprotected
close()BaseLib::UdpSocket
getClientIp()BaseLib::UdpSocketinline
getConnection()BaseLib::UdpSocketprotected
getListenIp()BaseLib::UdpSocketinline
getListenPort()BaseLib::UdpSocketinline
getSocketDescriptor()BaseLib::UdpSocketprotected
isOpen()BaseLib::UdpSocket
open()BaseLib::UdpSocket
proofread(char *buffer, int32_t bufferSize, std::string &senderIp)BaseLib::UdpSocket
proofwrite(const std::shared_ptr< std::vector< char >> &data)BaseLib::UdpSocket
proofwrite(const std::vector< char > &data)BaseLib::UdpSocket
proofwrite(const std::string &data)BaseLib::UdpSocket
proofwrite(const char *buffer, int32_t bytesToWrite)BaseLib::UdpSocket
setAutoConnect(bool autoConnect)BaseLib::UdpSocketinline
setHostname(std::string hostname)BaseLib::UdpSocketinline
setPort(std::string port)BaseLib::UdpSocketinline
setReadTimeout(int64_t timeout)BaseLib::UdpSocketinline
UdpSocket(BaseLib::SharedObjects *baseLib)BaseLib::UdpSocket
UdpSocket(BaseLib::SharedObjects *baseLib, std::string listenPort)BaseLib::UdpSocket
UdpSocket(BaseLib::SharedObjects *baseLib, std::string hostname, std::string port)BaseLib::UdpSocket
UdpSocket(BaseLib::SharedObjects *baseLib, std::string hostname, std::string port, std::string listenPort)BaseLib::UdpSocket
~UdpSocket()BaseLib::UdpSocketvirtual