aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.PMR/Printing/DispenserStepDivision.cs
blob: eb5f604e38e98eb64147b58a9b8adb97ff63899e (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
46
47
48
49
50
51
52
53
54
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: DispenserStepDivision.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.Printing {

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

    #region Descriptor
    /// <summary>File descriptor for DispenserStepDivision.proto</summary>
    public static pbr::FileDescriptor Descriptor {
      get { return descriptor; }
    }
    private static pbr::FileDescriptor descriptor;

    static DispenserStepDivisionReflection() {
      byte[] descriptorData = global::System.Convert.FromBase64String(
          string.Concat(
            "ChtEaXNwZW5zZXJTdGVwRGl2aXNpb24ucHJvdG8SElRhbmdvLlBNUi5Qcmlu",
            "dGluZypnChVEaXNwZW5zZXJTdGVwRGl2aXNpb24SCAoEQXV0bxAAEgYKAkQx",
            "EAESBgoCRDIQAhIGCgJENBAEEgYKAkQ4EAgSBwoDRDE2EBASBwoDRDMyECAS",
            "BwoDRDY0EEASCQoERDEyOBCAAUIeChxjb20udHdpbmUudGFuZ28ucG1yLnBy",
            "aW50aW5nYgZwcm90bzM="));
      descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
          new pbr::FileDescriptor[] { },
          new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Printing.DispenserStepDivision), }, null));
    }
    #endregion

  }
  #region Enums
  public enum DispenserStepDivision {
    [pbr::OriginalName("Auto")] Auto = 0,
    [pbr::OriginalName("D1")] D1 = 1,
    [pbr::OriginalName("D2")] D2 = 2,
    [pbr::OriginalName("D4")] D4 = 4,
    [pbr::OriginalName("D8")] D8 = 8,
    [pbr::OriginalName("D16")] D16 = 16,
    [pbr::OriginalName("D32")] D32 = 32,
    [pbr::OriginalName("D64")] D64 = 64,
    [pbr::OriginalName("D128")] D128 = 128,
  }

  #endregion

}

#endregion Designer generated code