13 lines
241 B
Protocol Buffer
13 lines
241 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "BaseResponse.proto";
|
|
|
|
message GetTVInfoResponse {
|
|
required BaseResponse _BaseResponse = 1;
|
|
required uint32 _Type = 2;
|
|
optional string _DescriptionXML = 3;
|
|
optional string _TVID = 4;
|
|
}
|