timeout property

  1. @ImcField('Timeout', 'timeout', ImcType.typeFp64, units: 's')
double timeout

Expiration time of the message (Epoch Time), in seconds. If the message doesn't reach the destination within timeout, the validity of the message expires and there will be no more attempts to transmit the message.

Implementation

@ImcField('Timeout', 'timeout', ImcType.typeFp64, units: 's')
double get timeout;