ttl property

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

Time, in seconds, which will be considered a non-transmitted message.

Implementation

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