10 lines
134 B
Protocol Buffer
10 lines
134 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message StatusNotifyFunction {
|
||
|
optional string _Name = 1;
|
||
|
optional string _Arg = 2;
|
||
|
}
|