12 lines
234 B
Protocol Buffer
12 lines
234 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "BaseResponse.proto";
|
|
import "PatternLockBuffer.proto";
|
|
|
|
message OpPatternLockResponse {
|
|
required BaseResponse _BaseResponse = 1;
|
|
optional PatternLockBuffer _Patternlockbuf = 2;
|
|
}
|