aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.PMR/Diagnostics/CartridgeAction.cs
blob: 31ea020e4077d63125b77255a117ab4e1eddd2c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// 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 {

  /// <summary>Holder for reflection information generated from CartridgeAction.proto</summary>
  public static partial class CartridgeActionReflection {

    #region Descriptor
    /// <summary>File descriptor for CartridgeAction.proto</summary>
    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