12 lines
230 B
Protocol Buffer
12 lines
230 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "BaseResponse.proto";
|
||
|
import "SKBuiltinBuffer_t.proto";
|
||
|
|
||
|
message NewSetPasswdResponse {
|
||
|
required BaseResponse _BaseResponse = 1;
|
||
|
optional SKBuiltinBuffer_t _AutoAuthKey = 2;
|
||
|
}
|