12 lines
219 B
Protocol Buffer
12 lines
219 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "BaseResponse.proto";
|
||
|
import "SKBuiltinBuffer_t.proto";
|
||
|
|
||
|
message GetCardResponse {
|
||
|
required BaseResponse _BaseResponse = 1;
|
||
|
required SKBuiltinBuffer_t _Image = 2;
|
||
|
}
|