altitude property

  1. @ImcField('Altitude', 'altitude', ImcType.typeUInt16, units: 'dm')
int altitude

Altitude of the system, in decimeters.

  • 0xFFFF used for unknown / not applicable value.

Implementation

@ImcField('Altitude', 'altitude', ImcType.typeUInt16, units: 'dm')
int get altitude;