Events returns a channel of type Event, which is fed Device events.
()
| 42 | |
| 43 | // Events returns a channel of type Event, which is fed Device events. |
| 44 | Events() <-chan Event |
| 45 | |
| 46 | // Close stops the Device and closes the Event channel. |
| 47 | Close() error |
no outgoing calls
no test coverage detected