syntax = "proto3"; package com.sd.cavphmi; message SocketResponse { int32 code = 1; string msg = 2; int32 msgType = 3; // string data = 4; }