Goby3 3.3.0
2025.07.10
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}