11 lines
182 B
Protocol Buffer
11 lines
182 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "BaseResponse.proto";
|
||
|
|
||
|
message UnbindHardDeviceResponse {
|
||
|
required BaseResponse _BaseResponse = 1;
|
||
|
optional uint32 _Flag = 4;
|
||
|
}
|