Nimmsta class
The Nimmsta Flutter Plugin
Constructors
- Nimmsta()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nimmstaPlugin → NimmstaPlatform
-
Get the instance of the Nimmsta plugin
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
connect(
) → Future< void> - Establishes a connection with a Nimmsta device.
-
disconnect(
) → Future< void> - Disconnects the current connection to the Nimmsta device.
-
isConnected(
) → Future< bool?> - Checks whether a Nimmsta device is currently connected
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reconnect(
String address) → Future< void> -
Re-establishes a connection to a specific Nimmsta device using the given
address. -
setLayout(
String layout, Map< String, String> data) → Future<void> -
Sends a
layoutupdate to the Nimmsta device and updates it with specificdata. -
setLEDColor(
Color color) → Future< void> - Sets the LED color of the Nimmsta device.
-
setScreenInfoAsync(
Map< String, String> data) → Future<void> - Updates the screen information on the Nimmsta device asynchronously.
-
toString(
) → String -
A string representation of this object.
inherited
-
triggerBeeperBurst(
int repeat, int duration, int pulseDuration, int intensity) → Future< void> - Triggers a beeper burst for the Nimmsta device.
-
triggerLEDBurst(
int repeat, int duration, int pulseDuration, Color color) → Future< void> - Triggers an LED burst that blinks the LED for a specific duration and with specified intervals.
-
triggerVibrationBurst(
int repeat, int duration, int pulseDuration, int intensity) → Future< void> - Triggers a vibration burst on the Nimmsta device.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited