GoproSetRequest constructor

GoproSetRequest({
  1. required uint8_t targetSystem,
  2. required uint8_t targetComponent,
  3. required GoproCommand cmdId,
  4. required List<int8_t> value,
})

Implementation

GoproSetRequest({
  required this.targetSystem,
  required this.targetComponent,
  required this.cmdId,
  required this.value,
});