RemoteLogBlockStatus constructor

RemoteLogBlockStatus({
  1. required uint32_t seqno,
  2. required uint8_t targetSystem,
  3. required uint8_t targetComponent,
  4. required MavRemoteLogDataBlockStatuses status,
})

Implementation

RemoteLogBlockStatus({
  required this.seqno,
  required this.targetSystem,
  required this.targetComponent,
  required this.status,
});