// Generated by the protocol buffer compiler. DO NOT EDIT! // source: CartridgeAction.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace Tango.PMR.Diagnostics { /// Holder for reflection information generated from CartridgeAction.proto public static partial class CartridgeActionReflection { #region Descriptor /// File descriptor for CartridgeAction.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static CartridgeActionReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChVDYXJ0cmlkZ2VBY3Rpb24ucHJvdG8SFVRhbmdvLlBNUi5EaWFnbm9zdGlj", "cyosCg9DYXJ0cmlkZ2VBY3Rpb24SDAoISW5zZXJ0ZWQQABILCgdFamVjdGVk", "EAFCIQofY29tLnR3aW5lLnRhbmdvLnBtci5kaWFnbm9zdGljc2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Diagnostics.CartridgeAction), }, null)); } #endregion } #region Enums public enum CartridgeAction { [pbr::OriginalName("Inserted")] Inserted = 0, [pbr::OriginalName("Ejected")] Ejected = 1, } #endregion } #endregion Designer generated code