ParamExtSet constructor

ParamExtSet({
  1. required uint8_t targetSystem,
  2. required uint8_t targetComponent,
  3. required List<char> paramId,
  4. required List<char> paramValue,
  5. required MavParamExtType paramType,
})

Implementation

ParamExtSet({
  required this.targetSystem,
  required this.targetComponent,
  required this.paramId,
  required this.paramValue,
  required this.paramType,
});