SignalEvent class

An event that can ocurr on a line when you are listening on it.

Contains the edge that triggered the event, and the time when this event ocurred. (which is given by the kernel)

Annotations
  • @immutable

Properties

edge SignalEdge
The edge that was detected on the GpioLine.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
The time this edge ocurred, given by the linux kernel.
final

Methods

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

Operators

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