IIOEvent
- class iio.IIOEvent
iio.IIOEvent class: Contains the representation of an iio_event.
Public Types
- enum EventType
iio.IIOEvent.EventType class: Contains the available event types.
Values:
- enum EventDirection
iio.IIOEvent.EventDirection class: Contains the available event directions.
Values:
Properties
- EventType type { get; set; }
The type of this event.
- EventDirection direction { get; set; }
Represents the direction of the event.