GpioInput class abstract
A GPIO input pin.
- Implementers
Constructors
Properties
-
allValues
→ Stream<
bool> -
Return a stream of all input values
regardless whether the new value is different than the previous value.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ Future<
bool> -
no setter
-
values
→ Stream<
bool> -
When the value of the input changes,
the new value is appended to the returned stream.
no setter
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