9 lines
102 B
Protocol Buffer
9 lines
102 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message SKBuiltinInt16_t {
|
|
required int32 _iVal = 1;
|
|
}
|