Goby3 3.1.5a
2024.05.23
Loading...
Searching...
No Matches
linebasedcomms.proto
Go to the documentation of this file.
1syntax = "proto2";
2import "goby/protobuf/option_extensions.proto";
3
4package goby.util.protobuf;
5
6message Datagram
7{
8 required string data = 1;
9 optional string src = 2;
10 optional string dest = 3;
11 optional double time = 4;
12}