|  | 
| bool | Bind (bool localOnly, int port, int range=0) override | 
|  | 
| bool | Connect () override | 
|  | 
| bool | Listen (int timeout) | 
|  | 
| int | SendTo (const CAddress &addr, const int datasize, const void *data) override | 
|  | 
| int | Read (CAddress &addr, const int buffersize, void *buffer) override | 
|  | 
| bool | Broadcast (const CAddress &addr, const int datasize, const void *data) override | 
|  | 
| SOCKET | Socket () override | 
|  | 
| void | Close () override | 
|  | 
| bool | Ready () | 
|  | 
| bool | Bound () | 
|  | 
| SocketType | Type () | 
|  | 
| int | Port () | 
|  | 
|  | 
| SOCKET | m_iSock | 
|  | 
| CAddress | m_addr | 
|  | 
| SocketType | m_Type | 
|  | 
| bool | m_bReady | 
|  | 
| bool | m_bBound | 
|  | 
| int | m_iPort | 
|  | 
|  | 
| virtual void | SetBound (bool set=true) | 
|  | 
| virtual void | SetReady (bool set=true) | 
|  | 
◆ Broadcast()
  
  | 
        
          | bool SOCKETS::CPosixUDPSocket::Broadcast | ( | const CAddress & | addr, |  
          |  |  | const int | datasize, |  
          |  |  | const void * | data |  
          |  | ) |  |  |  | inlineoverridevirtual | 
 
 
The documentation for this class was generated from the following files:
- xbmc/network/Socket.h
- xbmc/network/Socket.cpp