eta property

  1. @ImcField('Estimated Time to Arrival (ETA)', 'eta', ImcType.typeUInt16, units: 's')
int eta

Estimated time to reach target waypoint. The value will be 65535 if the time is unknown or undefined, and 0 when loitering.

Implementation

@ImcField('Estimated Time to Arrival (ETA)', 'eta', ImcType.typeUInt16,
    units: 's')
int get eta;