msg_type.proto 544 Bytes
Newer Older
/*
  ETSI GS MEC 030 V2X Information Service API
 
  ETSI GS MEC 030 V2X Information Service API described using OpenAPI.
 
  The version of the OpenAPI document: 2.1.1
  Contact: cti_support@etsi.org
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec030;


message MsgType {
enum TypeEnum {
		MSG_TYPE_TYPE_ENUM_1 = 0;
		MSG_TYPE_TYPE_ENUM_2 = 1;
		MSG_TYPE_TYPE_ENUM_3 = 2;
		MSG_TYPE_TYPE_ENUM_4 = 3;
		MSG_TYPE_TYPE_ENUM_5 = 4;
		MSG_TYPE_TYPE_ENUM_6 = 5;
		MSG_TYPE_TYPE_ENUM_7 = 6;
	}
}