ParamRequestRead constructor

ParamRequestRead({
  1. required int16_t paramIndex,
  2. required uint8_t targetSystem,
  3. required uint8_t targetComponent,
  4. required List<char> paramId,
})

Implementation

ParamRequestRead({
  required this.paramIndex,
  required this.targetSystem,
  required this.targetComponent,
  required this.paramId,
});