blob: f0cce621563fa53bb519711daca3d0c2bc979632 (
plain)
1
2
3
4
5
6
7
8
9
10
|
syntax = "proto3";
package Tango.PMR.Stubs;
option java_package = "com.twine.tango.pmr.stubs";
message StubF3Gpo01WriteResponse
{
string Status = 1; // Passed/Failed
uint32 StatusWord = 2; // Error number/bit when the status is Failed
}
|