Open Lighting Architecture
Latest Git
|
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. More... | |
void | PerformWrite () |
Called when the descriptor can be written to. More... | |
void | Close () |
Public Member Functions inherited from ola::io::WriteFileDescriptor | |
bool | ValidWriteDescriptor () const |
Check if this file descriptor is valid. More... | |
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.