priority property

  1. @ImcField('Priority', 'priority', ImcType.typeInt8)
int priority

The priority for this data sample. Default priority is 0. Samples with higher priorities will always be transmitted before samples with lower priorities. Samples with -127 priority will not be transmitted but just logged to disk locally.

Implementation

@ImcField('Priority', 'priority', ImcType.typeInt8)
int get priority;