BITalinoState class

Object that has the current state returned by the bluetooth device.

Properties

analog List<int>
List with all the analog channel values of the frame.
final
battery int
Current battery value.
final
batteryThreshold int
Current battery threshold value.
final
digital List<int>
List with all the digital channel values of the frame.
final
hashCode int
The hash code for this object.
no setterinherited
identifier String
MAC address of the device that sent the frame.
final
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
toString() String
A string representation of this object.
inherited

Operators

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