(index uint, pf int, ch uint)
| 80 | type DeviceController interface { |
| 81 | Time() (time.Time, error) |
| 82 | setPinFunc(index uint, pf int, ch uint) error |
| 83 | setPTPPerout(req *PtpPeroutRequest) error |
| 84 | File() *os.File |
| 85 | AdjFreq(freq float64) error |
no outgoing calls