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

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

message StubFpgaReadRegResponse
{
	uint32 Address = 1;
	uint32 Value = 2;
	string Status = 3; // Passed/Failed
	uint32 StatusWord = 4; // Error number/bit when the status is Failed
}