syntax = "proto3"; package Tango.PMR.Stubs; option java_package = "com.twine.tango.pmr.stubs"; message StubFPGAReadVersionResponse { uint32 FPGAId = 1; // 0..2 uint32 Day = 2; uint32 Month = 3; uint32 Year = 4; uint32 Ver_num = 5; string Status = 6; // Passed/Failed uint32 StatusWord = 7; // Error number/bit when the status is Failed }