![]() |
Open Lighting Architecture 0.10.9
|
Represents a file descriptor that supports writing data.
Public Member Functions | |
| virtual DescriptorHandle | WriteDescriptor () const =0 |
| Returns the write descriptor for this socket. | |
| bool | ValidWriteDescriptor () const |
| Check if this file descriptor is valid. | |
| virtual void | PerformWrite ()=0 |
| Called when the descriptor can be written to. | |
|
pure virtual |
Called when the descriptor can be written to.
This is usually called by the SelectServer.
Implemented in ola::io::BidirectionalFileDescriptor, and ola::network::PendingTCPConnection.
|
inline |
Check if this file descriptor is valid.
|
pure virtual |
Returns the write descriptor for this socket.
Implemented in ola::client::TCPSocket, ola::http::UnmanagedFileDescriptor, ola::io::DeviceDescriptor, ola::io::LoopbackDescriptor, ola::io::PipeDescriptor, ola::io::UnixSocket, ola::io::UnmanagedFileDescriptor, ola::network::PendingTCPConnection, ola::network::TCPSocket, ola::network::UDPSocket, ola::network::UDPSocketInterface, ola::plugin::artnet::UDPSocket, ola::plugin::espnet::UDPSocket, ola::plugin::kinet::UDPSocket, ola::plugin::openpixelcontrol::TCPSocket, ola::plugin::pathport::UDPSocket, ola::plugin::sandnet::UDPSocket, ola::plugin::shownet::UDPSocket, ola::rpc::TCPSocket, and UDPSocket.