xbmc
Public Member Functions | Public Attributes | List of all members
CFDEventMonitor::MonitoredFD Struct Reference
Collaboration diagram for CFDEventMonitor::MonitoredFD:
Collaboration graph
[legend]

Public Member Functions

 MonitoredFD (int fd_, short events_, EventCallback callback_, void *callbackData_)
 data parameter for EventCallback
 

Public Attributes

int fd = -1
 File descriptor to be monitored.
 
short events = 0
 Events to be monitored (see poll(2))
 
EventCallback callback = nullptr
 
void * callbackData = nullptr
 Callback to be called on events.
 

The documentation for this struct was generated from the following file: