commsTimeout property

  1. @ImcField('Communications time-out', 'comms_timeout', ImcType.typeUInt16, units: 's')
int commsTimeout

The amount of time the maneuver is allowed to run without any update on the other formation vehicles states.

Implementation

@ImcField('Communications time-out', 'comms_timeout', ImcType.typeUInt16,
    units: 's')
int get commsTimeout;