Open Lighting Architecture
Latest Git
|
Public Member Functions | |
DNSSDDescriptor (DNSServiceRef service_ref) | |
int | ReadDescriptor () const |
Returns the read descriptor for this socket. More... | |
void | PerformRead () |
Called when there is data available on the descriptor. More... | |
Public Member Functions inherited from ola::io::ReadFileDescriptor | |
bool | ValidReadDescriptor () const |
Check if this file descriptor is valid. More... | |
|
virtual |
Called when there is data available on the descriptor.
This is usually called by the SelectServer.
Implements ola::io::ReadFileDescriptor.
|
inlinevirtual |
Returns the read descriptor for this socket.
Implements ola::io::ReadFileDescriptor.