LogEntry class

Reply to LOG_REQUEST_LIST

LOG_ENTRY

Implemented types

Constructors

LogEntry({required uint32_t timeUtc, required uint32_t size, required uint16_t id, required uint16_t numLogs, required uint16_t lastLogNum})
LogEntry.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id uint16_t
Log id
final
lastLogNum uint16_t
High log number
final
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
numLogs uint16_t
Total number of logs
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size uint32_t
Size of the log (may be approximate)
final
timeUtc uint32_t
UTC timestamp of log since 1970, or 0 if not available
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() ByteData
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

mavlinkEncodedLength → const int