11 lines
166 B
Protocol Buffer
11 lines
166 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message IBeaconNotification {
|
||
|
required int32 _Result = 1;
|
||
|
optional string _Tips = 2;
|
||
|
optional string _Message = 3;
|
||
|
}
|