2 import "goby/acomms/protobuf/modem_message.proto";
4 package goby.acomms.protobuf;
8 repeated goby.acomms.protobuf.ModemTransmission outbox = 2;
9 optional uint64 request_id = 3;
13 required int32 modem_id = 1;
19 required CommandType type = 2;
21 repeated Command command = 4;
24 message MTDataResponse
26 repeated int32 modem_id_connected = 1;
27 optional uint64 request_id = 4;
30 message MODataAsyncReceive
32 required goby.acomms.protobuf.ModemTransmission inbox = 2;