Fd returns the underlying file descriptor
()
| 39 | |
| 40 | // Fd returns the underlying file descriptor |
| 41 | func (dev *Device) Fd() uintptr { return dev.File().Fd() } |
| 42 | |
| 43 | // ClockID derives the clock ID from the file descriptor number - |
| 44 | // see clock_gettime(3), FD_TO_CLOCKID macros |
no test coverage detected