10 lines
122 B
Protocol Buffer
10 lines
122 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message KeyValStr {
|
|
required uint32 _Key = 1;
|
|
optional string _Val = 2;
|
|
}
|