11 lines
165 B
Protocol Buffer
11 lines
165 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "SKBuiltinBuffer_t.proto";
|
|
|
|
message KVCmd {
|
|
required uint32 _Key = 1;
|
|
required SKBuiltinBuffer_t _Value = 2;
|
|
}
|