aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Integration/GenericRequest.proto
blob: 0bc44d5faaf5d780be25253a35cc81ee3ac7acba (plain)
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package Tango.PMR.Integration;
option java_package = "com.twine.tango.pmr.integration";

message GenericRequest
{
	string Type = 1;
	bytes Data = 2;
}