ttl property

  1. @ImcField('Time to live', 'ttl', ImcType.typeUInt16, units: 's')
int ttl

Time, in seconds, after which there will be no more atempts to transmit the message.

Implementation

@ImcField('Time to live', 'ttl', ImcType.typeUInt16, units: 's')
int get ttl;