gpioevent_data class

struct gpioevent_data - The actual event being pushed to userspace @timestamp: best estimate of time of event occurrence, in nanoseconds @id: event identifier

Note: This struct is part of ABI v1 and is deprecated. Use &struct gpio_v2_line_event instead.

Inheritance

Constructors

gpioevent_data()

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited