15 lines
313 B
Protocol Buffer
15 lines
313 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "BaseResponse.proto";
|
|
import "CmdList.proto";
|
|
import "SKBuiltinBuffer_t.proto";
|
|
|
|
message CardSyncResponse {
|
|
required BaseResponse _BaseResponse = 1;
|
|
required CmdList _CmdList = 2;
|
|
required SKBuiltinBuffer_t _KeyBuf = 3;
|
|
required uint32 _ContinueFlag = 4;
|
|
}
|