ConnectReason class

defines the reason as of how the device connects to the host

Constructors

ConnectReason()

Properties

barcode int
The device connects to the host by reading the host address from a barcode
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostChange int
The device connects to the host from a change of the host address in the profile configuration
getter/setter pair
powerOn int
The device connects to the host just after power on
getter/setter pair
retry int
The device connects to the host after a retry (device coming back to the radio range)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unknown int
The device connects to the host from unknown reason
getter/setter pair
userAction int
The device connects to the host by user action (usually a press on the trigger button)
getter/setter pair

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