seq property

  1. @ImcField('Sequence Id', 'seq', ImcType.typeUInt16)
int seq

A sequence identifier that should be incremented for each request. This number will then be used to issue transmission status updates via the message UamTxStatus.

Implementation

@ImcField('Sequence Id', 'seq', ImcType.typeUInt16)
int get seq;