syntax = "proto3"; package Tango.PMR.Stubs; option java_package = "com.twine.tango.pmr.stubs"; message StubSteperMotorResponse { uint32 MotorId = 1; //0..19 uint32 MotorVersion = 2; // string Status = 3; // Passed / Failed uint32 StatusWord = 4; // Error number/bit when the status is Failed }