byteNum property

int get byteNum

Implementation

int get byteNum => ((sensorTypeNum - 1) / 8).floor() + 1;