TransmitOptions class

Constructors

TransmitOptions({bool ack = false, bool lowPower = false, bool autoRoute = false, bool noRoute = false, bool explore = false})
Z-Wave packet transmission options: ack - Request acknowledgment from destination node. Allow routing. noRoute - Send only in direct range. Explicitly disallow all routing. lowPower - Transmit at low output power level (1/3 of normal RF range) autoRoute - If last working route fails or does not exist, then routes from the routing table will be used. explore - If existing routes fail, then resolve new routes via explorer discovery.
const
TransmitOptions.raw(int flags)
const

Properties

flags int
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

Constants

normal → const TransmitOptions
Default/normal transmission options. Should not be set to null.