ADD: added new basic messages and added the parentID as an part of the identifier

This commit is contained in:
Henry Winkel
2023-01-19 16:03:58 +01:00
parent 49bdb28535
commit 73b15d235a
32 changed files with 2140 additions and 140 deletions

View File

@@ -0,0 +1,14 @@
// [START declaration]
syntax = "proto3";
package messages.ping;
// import "google/protobuf/timestamp.proto";
// [END declaration]
// [START messages]
message Ping {
uint32 port = 2;
}