GoproGetRequest constructor
GoproGetRequest({
- required uint8_t targetSystem,
- required uint8_t targetComponent,
- required GoproCommand cmdId,
Implementation
GoproGetRequest({
required this.targetSystem,
required this.targetComponent,
required this.cmdId,
});