12 lines
194 B
Protocol Buffer
12 lines
194 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message ExposeItem {
|
|
required uint32 _Count = 1;
|
|
repeated uint32 _UinList = 2;
|
|
repeated uint32 _TimeList = 3;
|
|
repeated uint32 _CountList = 4;
|
|
}
|