TwoStepConfiguration class sealed

Base class for configuring discovery mechanisms that involve a two-step approach.

These mechanisms first discover URLs pointing to Thing Descriptions (introduction phase) before retrieving the Thing Descriptions themselves (exploration phase).

Inheritance
Implementers

Constructors

TwoStepConfiguration({required DiscoveryType discoveryType})
Creates a new TwoStepConfiguration object from a discoveryType.

Properties

discoveryType DiscoveryType
Indicates whether this configuration is used for discovering Things or Thing Description Directories.
final
hashCode int
The hash code for this object.
no setterinherited
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