StorageStatus

Type Alias StorageStatus 

Source
pub type StorageStatus = StorageStatus;
Expand description

Originally defined in common::enums::storage_status

Aliased Type§

#[repr(u8)]
pub enum StorageStatus { Empty = 0, Unformatted = 1, Ready = 2, NotSupported = 3, }

Variants§

§

Empty = 0

MAVLink enum entry STORAGE_STATUS_EMPTY.

Storage is missing (no microSD card loaded for example.)

§

Unformatted = 1

MAVLink enum entry STORAGE_STATUS_UNFORMATTED.

Storage present but unformatted.

§

Ready = 2

MAVLink enum entry STORAGE_STATUS_READY.

Storage present and ready.

§

NotSupported = 3

MAVLink enum entry STORAGE_STATUS_NOT_SUPPORTED.

Camera does not supply storage status information. Capacity information in STORAGE_INFORMATION fields will be ignored.