ConnectReason class
defines the reason as of how the device connects to the host
Constructors
Properties
- 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
Constants
- barcode → const int
- The device connects to the host by reading the host address from a barcode
- hostChange → const int
- The device connects to the host from a change of the host address in the profile configuration
- powerOn → const int
- The device connects to the host just after power on
- retry → const int
- The device connects to the host after a retry (device coming back to the radio range)
- unknown → const int
- The device connects to the host from unknown reason
- userAction → const int
- The device connects to the host by user action (usually a press on the trigger button)