SensorBinaryReport constructor

SensorBinaryReport(
  1. List<int> data
)

Implementation

SensorBinaryReport(List<int> data) : super(data);