GroveLoraTransmitMessage class

Inheritance

Constructors

GroveLoraTransmitMessage()
Construction

Properties

hashCode int
The hash code for this object.
no setterinherited
headerFlags int
FLAGS header.
getter/setter pairinherited
headerFrom int
FROM header.
getter/setter pairinherited
headerId int
ID header
getter/setter pairinherited
headerTo int
TO header.
getter/setter pairinherited
isValid bool
True if the message is valid to transmit.
no setter
length int
Length of the message.
no setterinherited
message List<int>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time String?
Timestamp of the message
no setterinherited
timestamp DateTime
getter/setter pairinherited

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