C# Class Microsoft.Networking.Mavlink.MAVLink.mavlink_fence_status_t

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
breach_count System.UInt16
breach_status byte
breach_time System.UInt32
breach_type byte

Property Details

breach_count public_oe property

number of fence breaches
public UInt16,System breach_count
Résultat System.UInt16

breach_status public_oe property

0 if currently inside fence, 1 if outside
public byte breach_status
Résultat byte

breach_time public_oe property

time of last breach in milliseconds since boot
public UInt32,System breach_time
Résultat System.UInt32

breach_type public_oe property

last breach type (see FENCE_BREACH_* enum)
public byte breach_type
Résultat byte