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.
  no setterinherited
- maxAdvertisementInterval ↔ int?
- 
  maximum advertisement interval in milliseconds
  getter/setter pair
- maxConnectionInterval ↔ int?
- 
  maximum connection interval in milliseconds
  getter/setter pair
- minAdvertisementInterval ↔ int?
- 
  minimum advertisement interval in milliseconds
  getter/setter pair
- minConnectionInterval ↔ int?
- 
  minimum connection interval in milliseconds
  getter/setter pair
- 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.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited