FenceStatus class

Status of geo-fencing. Sent in extended status stream when fencing enabled.

FENCE_STATUS

Implemented types

Constructors

FenceStatus({required uint32_t breachTime, required uint16_t breachCount, required uint8_t breachStatus, required FenceBreach breachType, required FenceMitigate breachMitigation})
FenceStatus.parse(ByteData data_)
factory

Properties

breachCount uint16_t
Number of fence breaches.
final
breachMitigation FenceMitigate
Active action to prevent fence breach
final
breachStatus uint8_t
Breach status (0 if currently inside fence, 1 if outside).
final
breachTime uint32_t
Time (since boot) of last breach.
final
breachType FenceBreach
Last breach type.
final
hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
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
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