Files
whisper-com/include/WHISPER/Messages/Protos/ping.proto

15 lines
192 B
Protocol Buffer

// [START declaration]
syntax = "proto3";
package messages.ping;
// import "google/protobuf/timestamp.proto";
// [END declaration]
// [START messages]
message Ping {
uint32 port = 2;
}