aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Stubs/StubReadEmbeddedVersionResponse.proto
blob: 8a60eba43d92b07555e8eab01e6c49b3e56ec5a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
syntax = "proto3";

package Tango.PMR.Stubs;
option java_package = "com.twine.tango.pmr.stubs";

message StubReadEmbeddedVersionResponse
{
	uint32 VerMajor = 1;
    uint32 VerMinor = 2;
    uint32 VerPatch = 3;
    uint32 VerBuild = 4;
	string Version = 5;
}