FlexifunctionCommand constructor

FlexifunctionCommand({
  1. required uint8_t targetSystem,
  2. required uint8_t targetComponent,
  3. required uint8_t commandType,
})

Implementation

FlexifunctionCommand({
  required this.targetSystem,
  required this.targetComponent,
  required this.commandType,
});