MovisensEvent class abstract

A basic Movisens Event.

Implementers

Constructors

MovisensEvent(String _deviceId)
Constructing an event requires an ID of the device.

Properties

deviceId String
The ID of the device which emitted this event. Uses a MAC address format on Android. Uses a UUID format on iOS. (This is generated and unique to the connection between this exact device AND this exact iPhone)
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
time DateTime
The time this event happened.
no setter
type MovisensBluetoothCharacteristics
The type of characteristic which emitted this event as enum MovisensBluetoothCharacteristics.
getter/setter pair
uuid String
Get the UUID of this type.
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited