firmwareVersion property

uint32_t firmwareVersion
final

Version of the camera firmware, encoded as: (Dev & 0xff) << 24 | (Patch & 0xff) << 16 | (Minor & 0xff) << 8 | (Major & 0xff). Use 0 if not known.

MAVLink type: uint32_t

firmware_version

Implementation

final uint32_t firmwareVersion;