Open Lighting Architecture
0.9.3
|
Public Member Functions | |
DNSSDDescriptor (DNSServiceRef service_ref) | |
int | ReadDescriptor () const |
Returns the read descriptor for this socket. | |
void | PerformRead () |
Called when there is data available on the descriptor. | |
Public Member Functions inherited from ola::io::ReadFileDescriptor | |
bool | ValidReadDescriptor () const |
Check if this file descriptor is valid. |
|
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.