![]() |
Open Lighting Architecture
0.9.0
|
Public Member Functions | |
| TCPAcceptingSocket (class TCPSocketFactoryInterface *factory) | |
| ~TCPAcceptingSocket () | |
| bool | Listen (const SocketAddress &endpoint, int backlog=10) |
| int | ReadDescriptor () const |
| bool | Close () |
| void | PerformRead () |
| void | SetFactory (class TCPSocketFactoryInterface *factory) |
| GenericSocketAddress | GetLocalAddress () const |
Public Member Functions inherited from ola::io::ReadFileDescriptor | |
| bool | ValidReadDescriptor () const |
| ola::network::TCPAcceptingSocket::~TCPAcceptingSocket | ( | ) |
Clean up
| GenericSocketAddress ola::network::TCPAcceptingSocket::GetLocalAddress | ( | ) | const |
Get the local IPAddress and port for this socket
1.8.1.2