BeaconsConfiguration class
A standard configuration class for beacons, with needed constant values.
Constructors
- BeaconsConfiguration({int measuredPower = -57, int environmentalFactor = 2, double advertisementInterval = 0.3})
-
const
Properties
- advertisementInterval → double
-
update frequency of the beacons in seconds
final
- environmentalFactor → int
-
RSSI reading at 1 meter distance
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- measuredPower → int
-
The higher the number, the more obstructive the environment is towards
Bluetooth signals
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