Getter for `device_path`
(&self)
| 204 | |
| 205 | /// Getter for `device_path` |
| 206 | pub fn device_path(&self) -> &str { |
| 207 | &self.device_path |
| 208 | } |
| 209 | |
| 210 | /// Attempts to autoconfigure readers for the PHC and PHC clock error bound |
| 211 | /// by navigating and reading from the filesystem to obtain PTP device details. |