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