range property

  1. @ImcField('Range', 'range', ImcType.typeUInt16, units: 'm')
int range

Maximum range of the sensor (in meters downwards from the vehicle's position).

Implementation

@ImcField('Range', 'range', ImcType.typeUInt16, units: 'm')
int get range;