11 lines
161 B
Protocol Buffer
11 lines
161 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message NBSConfigInfo {
|
||
|
required uint32 _ConfId = 1;
|
||
|
required uint32 _Type = 2;
|
||
|
optional string _Summary = 3;
|
||
|
}
|