PresetsClient class
Constructors
-
PresetsClient({required ReconnectingMessageTransport<
PresetsMessage, PresetsMessage> transport})
Properties
-
connectionStream
→ Stream<
void> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
presetUpdates
→ Stream<
PresetRecord> -
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
PresetState preset) → Future< void> -
delete(
int id) → Future< void> -
dispose(
) → void -
initialise(
) → Future< void> - Firmware will reply by sending a preset update message for every preset that already exists.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
PresetRecord preset) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited