10 lines
132 B
Protocol Buffer
10 lines
132 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message VOIPRUDPCmd {
|
||
|
required int32 _CmdType = 1;
|
||
|
optional bytes _CmdBuffer = 2;
|
||
|
}
|