gpioevent_request class

struct gpioevent_request - Information about a GPIO event request @lineoffset: the desired line to subscribe to events from, specified by offset index for the associated GPIO device @handleflags: desired handle flags for the desired GPIO line, such as %GPIOHANDLE_REQUEST_ACTIVE_LOW or %GPIOHANDLE_REQUEST_OPEN_DRAIN @eventflags: desired flags for the desired GPIO event line, such as %GPIOEVENT_REQUEST_RISING_EDGE or %GPIOEVENT_REQUEST_FALLING_EDGE @consumer_label: a desired consumer label for the selected GPIO line(s) such as "my-listener" @fd: if successful this field will contain a valid anonymous file handle after a %GPIO_GET_LINEEVENT_IOCTL operation, zero or negative value means error

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

Inheritance

Constructors

gpioevent_request()

Properties

consumer_label Array<Char>
getter/setter pair
eventflags int
getter/setter pair
fd int
getter/setter pair
handleflags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineoffset int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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