value property

  1. @ImcField('Value', 'value', ImcType.typeRawdata)
List<int> value

Raw binary data as extracted directly from the device.

Implementation

@ImcField('Value', 'value', ImcType.typeRawdata)
List<int> get value;