value property

  1. @ImcField('Usage percentage', 'value', ImcType.typeUInt8, units: '%')
int value

The CPU usage, in percentage, of the sending software.

Implementation

@ImcField('Usage percentage', 'value', ImcType.typeUInt8, units: '%')
int get value;