hardwareVersion property
Version of the gimbal hardware, encoded as: (Dev & 0xff) << 24 | (Patch & 0xff) << 16 | (Minor & 0xff) << 8 | (Major & 0xff).
MAVLink type: uint32_t
hardware_version
Implementation
final uint32_t hardwareVersion;
Version of the gimbal hardware, encoded as: (Dev & 0xff) << 24 | (Patch & 0xff) << 16 | (Minor & 0xff) << 8 | (Major & 0xff).
MAVLink type: uint32_t
hardware_version
final uint32_t hardwareVersion;