AclasScale class
Constructors
Properties
Methods
-
connect(
{String type = 'USB', String? path, int index = 0, String? device}) → Future< bool> -
disconnect(
) → Future< void> -
getWeight(
) → Future< double> -
isConnect(
) → Future< bool> -
listDevices(
{String type = 'USB', int timeoutMs = 1500}) → Future< List< String> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startLiveWeight(
) → Future< bool> -
stopLiveWeight(
) → Future< bool> -
tare(
) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
-
zero(
) → Future< bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited