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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
command_id byte
extra_param byte
extra_value System.Single
focus_lock byte
session byte
shot byte
target_component byte
target_system byte
zoom_pos byte
zoom_step byte

Property Details

command_id public_oe property

Command Identity (incremental loop: 0 to 255)//A command sent multiple times will be executed or pooled just once
public byte command_id
Résultat byte

extra_param public_oe property

Extra parameters enumeration (0 means ignore)
public byte extra_param
Résultat byte

extra_value public_oe property

Correspondent value to given extra_param
public Single,System extra_value
Résultat System.Single

focus_lock public_oe property

0: unlock focus or keep unlocked, 1: lock focus or keep locked, 3: re-lock focus
public byte focus_lock
Résultat byte

session public_oe property

0: stop, 1: start or keep it up //Session control e.g. show/hide lens
public byte session
Résultat byte

shot public_oe property

0: ignore, 1: shot or start filming
public byte shot
Résultat byte

target_component public_oe property

Component ID
public byte target_component
Résultat byte

target_system public_oe property

System ID
public byte target_system
Résultat byte

zoom_pos public_oe property

1 to N //Zoom's absolute position (0 means ignore)
public byte zoom_pos
Résultat byte

zoom_step public_oe property

-100 to 100 //Zooming step value to offset zoom from the current position
public byte zoom_step
Résultat byte