RpiGpioInput class

Mixed in types

Properties

allValues Stream<bool>
Return a stream of all input values regardless whether the new value is different than the previous value.
no setteroverride
bcmGpioPin int
finalinherited
gpio RpiGpio
finalinherited
hashCode int
The hash code for this object.
no setterinherited
physicalPin int
finalinherited
pull Pull
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Future<bool>
no setteroverride
values Stream<bool>
When the value of the input changes, the new value is appended to the returned stream.
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