| accept() | H::Socket | |
| addToMessageBuffer(char *Data, int BufLen) | H::Socket | [protected] |
| bind(int Port) | H::Socket | |
| closeSocket() | H::Socket | |
| connect(std::string Host, int Port) | H::Socket | |
| connectToServer(std::string Host, int Port) | H::SocketClient | |
| createSocket(SocketDomain Domain=SOCKET_INTERNET, SocketType Type=SOCKET_STREAM) | H::Socket | |
| getAddress() const | H::Socket | |
| getOldSocket() const | H::Socket | [virtual] |
| getSocket() const | H::Socket | [virtual] |
| GizmoClient() | Gizmod::GizmoClient | |
| handleSocketDisconnect() | H::Socket | [protected] |
| handleSocketRead(DynamicBuffer< char > &ReadBuffer) | H::Socket | [protected] |
| init() | H::Socket | [protected] |
| isClientConnected() | H::SocketClient | |
| isSocketValid() const | H::Socket | |
| listen() | H::Socket | |
| mAddress | H::Socket | [protected] |
| mBacklog | H::Socket | [protected] |
| mDomain | H::Socket | [protected] |
| mMessageBuffer | H::Socket | [protected] |
| mMessageMode | H::Socket | [protected] |
| mOldSocket | H::Socket | [protected] |
| mpEventWatcher | H::Socket | [protected] |
| mPort | H::Socket | [protected] |
| mProcessing | H::Socket | [protected] |
| mProtocol | H::Socket | [protected] |
| mSockAddr | H::Socket | [protected] |
| mSockAddrLen | H::Socket | [protected] |
| mSocket | H::Socket | [protected] |
| mType | H::Socket | [protected] |
| onSocketClientConnect(Socket const &socket) | H::SocketClient | [virtual] |
| onSocketClientDisconnect(Socket const &socket) | H::SocketClient | [virtual] |
| onSocketClientMessage(Socket const &socket, std::string const &Message) | H::SocketClient | [virtual] |
| onSocketClientRead(Socket const &socket, DynamicBuffer< char > &ReadBuffer) | H::SocketClient | [virtual] |
| processEvents() | H::Socket | |
| read(char *Buffer, int BufLen) | H::Socket | [protected] |
| readIntoBuffer(DynamicBuffer< char > &Buffer) | H::Socket | |
| sendEventATIX10(GizmoEventATIX10 const &Event, GizmoATIX10 const &Gizmo) | Gizmod::GizmoClient | |
| sendEventCPUUsage(GizmoEventCPUUsage const &Event) | Gizmod::GizmoClient | |
| sendEventLIRC(GizmoEventLIRC const &Event, GizmoLIRC const &Gizmo) | Gizmod::GizmoClient | |
| sendEventPowermate(GizmoEventPowermate const &Event, GizmoPowermate const &Gizmo) | Gizmod::GizmoClient | |
| sendEventSoundCard(GizmoEventSoundCard const &Event) | Gizmod::GizmoClient | |
| sendEventSoundVisualization(GizmoEventSoundVisualization const &Event) | Gizmod::GizmoClient | |
| sendEventStandard(GizmoEventStandard const &Event, GizmoStandard const &Gizmo) | Gizmod::GizmoClient | |
| sendEventWindowFocus(GizmoEventWindowFocus const &Event) | Gizmod::GizmoClient | |
| sendToServer(std::string const &Message) | H::SocketClient | |
| setAddress() | H::Socket | [protected] |
| setEventWatcher(SocketEventWatcher *pWatcher) | H::Socket | |
| setMessageMode(bool Enabled) | H::Socket | |
| setTo(Socket const &SocketToBecome) | H::Socket | |
| shutdown() | H::Socket | |
| Socket() | H::Socket | |
| Socket(Socket const &InitFrom) | H::Socket | |
| SocketClient() | H::SocketClient | |
| SocketInterface() | H::SocketInterface | |
| threadProcRead() | H::Socket | [protected] |
| write(const char *Buffer, int BufLen) | H::Socket | |
| writeMessage(std::string const &Message, bool FormatMessage=true) | H::Socket | |
| ~GizmoClient() | Gizmod::GizmoClient | [virtual] |
| ~Socket() | H::Socket | [virtual] |
| ~SocketClient() | H::SocketClient | [virtual] |
| ~SocketInterface() | H::SocketInterface | [virtual] |