maneuverEta property

  1. @ImcField('Maneuver -- ETA', 'maneuver_eta', ImcType.typeUInt16, units: 's')
int maneuverEta

Estimated time for maneuver completion. The value will be 65535 if the time is unknown or undefined.

Implementation

@ImcField('Maneuver -- ETA', 'maneuver_eta', ImcType.typeUInt16, units: 's')
int get maneuverEta;