Shared base class for thread-based and select-based hub devices.
More...
#include <Hub.hxx>
|
| int | fd_ {-1} |
| | The device file descriptor.
|
| |
Shared base class for thread-based and select-based hub devices.
Definition at line 219 of file Hub.hxx.
◆ FdHubPortInterface() [1/2]
| FdHubPortInterface::FdHubPortInterface |
( |
| ) |
|
|
inlineprotected |
◆ FdHubPortInterface() [2/2]
| FdHubPortInterface::FdHubPortInterface |
( |
int |
fd | ) |
|
|
inlineprotected |
◆ fd()
| int FdHubPortInterface::fd |
( |
| ) |
|
|
inline |
- Returns
- the filedes to read/write.
Definition at line 222 of file Hub.hxx.
◆ fd_
| int FdHubPortInterface::fd_ {-1} |
|
protected |
The device file descriptor.
Definition at line 233 of file Hub.hxx.
The documentation for this class was generated from the following file: