10 lines
122 B
Protocol Buffer
10 lines
122 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message OplogRet {
|
||
|
required uint32 _Count = 1;
|
||
|
repeated int32 _Ret = 2;
|
||
|
}
|