RemoteLogBlockStatus constructor
RemoteLogBlockStatus({
- required uint32_t seqno,
- required uint8_t targetSystem,
- required uint8_t targetComponent,
- required MavRemoteLogDataBlockStatuses status,
Implementation
RemoteLogBlockStatus({
required this.seqno,
required this.targetSystem,
required this.targetComponent,
required this.status,
});