blob: a9197ee28f62cce3878f05cfbadf327257369932 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
syntax = "proto3";
package Tango.PMR.Stubs;
option java_package = "com.twine.tango.pmr.stubs";
message StubMainCardEEpromReadResponse
{
int32 Address = 1;
int32 Data = 2;
}
|