bitsPerPoint property

  1. @ImcField('Bits Per Data Point', 'bits_per_point', ImcType.typeUInt8, units: 'bit')
int bitsPerPoint

Size of the data unit. (Should be multiple of 8)

Implementation

@ImcField('Bits Per Data Point', 'bits_per_point', ImcType.typeUInt8,
    units: 'bit')
int get bitsPerPoint;