BITalinoFrame class

Object that has the data received from the bluetooth device.

Properties

analog List<int>
List with all the analog channel values of the frame.
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
sequence int
Sequence number of the frame. Two consecutive frames must have a sequence difference of 1.
final

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