AdvertisementAndConnectionIntervalRead class
Called when the information on advertisement and connection interval has been received.
- Inheritance
-
- Object
- ESenseEvent
- AdvertisementAndConnectionIntervalRead
Constructors
- AdvertisementAndConnectionIntervalRead(int minAdvertisementInterval, int maxAdvertisementInterval, int minConnectionInterval, int maxConnectionInterval)
- AdvertisementAndConnectionIntervalRead.fromMap(Map map)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- maxAdvertisementInterval ↔ int
-
maximum advertisement interval in milliseconds
read / write
- maxConnectionInterval ↔ int
-
maximum connection interval in milliseconds
read / write
- minAdvertisementInterval ↔ int
-
minimum advertisement interval in milliseconds
read / write
- minConnectionInterval ↔ int
-
minimum connection interval in milliseconds
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ String
-
read / write, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited