GroveSequenceMonitor<T> class

The sequence monitor is used to monitor and check for errors in a command sequence that must work, e.g. an initialisation sequence.

Constructors

GroveSequenceMonitor(MraaReturnCode _successValue)
A success value must be supplied for the monitored type

Properties

failureValues List<T>
List of failure codes.
no setter
hashCode int
The hash code for this object.
no setterinherited
isOk bool
Is the sequence OK or not
no setter
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
reset() → void
Reset the monitor
toString() String
A string representation of this object.
inherited

Operators

operator +(T result) GroveSequenceMonitor<T>
Add to the result list.
operator ==(Object other) bool
The equality operator.
inherited