![]() |
Open Lighting Architecture 0.10.9
|
Public Member Functions | |
| PendingTCPConnection (TCPConnector *connector, const IPV4Address &ip, int fd, TCPConnector::TCPConnectCallback *callback) | |
| ola::io::DescriptorHandle | WriteDescriptor () const |
| Returns the write descriptor for this socket. | |
| void | PerformWrite () |
| Called when the descriptor can be written to. | |
| void | Close () |
Public Member Functions inherited from ola::io::WriteFileDescriptor | |
| bool | ValidWriteDescriptor () const |
| Check if this file descriptor is valid. | |
Public Attributes | |
| const IPV4Address | ip_address |
| TCPConnector::TCPConnectCallback * | callback |
| ola::thread::timeout_id | timeout_id |
|
virtual |
Called when the descriptor can be written to.
This is usually called by the SelectServer.
Implements ola::io::WriteFileDescriptor.
|
inlinevirtual |
Returns the write descriptor for this socket.
Implements ola::io::WriteFileDescriptor.