10 lines
147 B
Protocol Buffer
10 lines
147 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message WebWxFunctionSwitch {
|
|
required uint32 _FunctionId = 1;
|
|
required uint32 _SwitchValue = 2;
|
|
}
|