10 lines
139 B
Protocol Buffer
10 lines
139 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message SyncCheckResponse {
|
||
|
optional string _ErrMsg = 1;
|
||
|
optional string _Signature = 2;
|
||
|
}
|