OsdParamConfig constructor

OsdParamConfig({
  1. required uint32_t requestId,
  2. required float minValue,
  3. required float maxValue,
  4. required float increment,
  5. required uint8_t targetSystem,
  6. required uint8_t targetComponent,
  7. required uint8_t osdScreen,
  8. required uint8_t osdIndex,
  9. required List<char> paramId,
  10. required OsdParamConfigType configType,
})

Implementation

OsdParamConfig({
  required this.requestId,
  required this.minValue,
  required this.maxValue,
  required this.increment,
  required this.targetSystem,
  required this.targetComponent,
  required this.osdScreen,
  required this.osdIndex,
  required this.paramId,
  required this.configType,
});