WeightData class

Constructors

WeightData(int status, int tempUnit, int weightUnit, String weightUnitStr, int weightDecimal, int weightStatus, int weightNegative, int weight, String weightStr, int adc, int algorithmId, int tempNegative, int temp)

Properties

adc int
getter/setter pair
algorithmId int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAdcError bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
0x00: Start testing 0x01: Measuring weight (impedance value is 0 at this time) 0x02: Measuring impedance (impedance value is 0 at this time) 0x03: Impedance measurement successful 0x04: Impedance measurement failed (impedance value is 0xFFFF at this time) 0xFF: Test completed
getter/setter pair
statusStr String
no setter
temp int
getter/setter pair
tempNegative int
getter/setter pair
tempUnit int
getter/setter pair
weight int
getter/setter pair
weightDecimal int
getter/setter pair
weightNegative int
getter/setter pair
weightStatus int
getter/setter pair
weightStr String
getter/setter pair
weightUnit int
getter/setter pair
weightUnitStr String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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