aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.PMR/Integration/UpdateStatus.cs
blob: b15f247992009ad11c9220c7b8e335f454b35daa (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
55
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: UpdateStatus.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.Integration {

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

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

    static UpdateStatusReflection() {
      byte[] descriptorData = global::System.Convert.FromBase64String(
          string.Concat(
            "ChJVcGRhdGVTdGF0dXMucHJvdG8SFVRhbmdvLlBNUi5JbnRlZ3JhdGlvbiqW",
            "AQoMVXBkYXRlU3RhdHVzEhAKDERpc2Nvbm5lY3RlZBAAEgsKB1N0YW5kYnkQ",
            "ARIOCgpSZWFkeVRvRHllEAISEAoMR2V0dGluZ1JlYWR5EAMSDAoIUHJpbnRp",
            "bmcQBBILCgdTZXJ2aWNlEAUSDQoJVXBncmFkaW5nEAYSEAoMU2h1dHRpbmdE",
            "b3duEAcSCQoFRXJyb3IQCEIhCh9jb20udHdpbmUudGFuZ28ucG1yLmludGVn",
            "cmF0aW9uYgZwcm90bzM="));
      descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
          new pbr::FileDescriptor[] { },
          new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Integration.UpdateStatus), }, null));
    }
    #endregion

  }
  #region Enums
  public enum UpdateStatus {
    [pbr::OriginalName("Disconnected")] Disconnected = 0,
    [pbr::OriginalName("Standby")] Standby = 1,
    [pbr::OriginalName("ReadyToDye")] ReadyToDye = 2,
    [pbr::OriginalName("GettingReady")] GettingReady = 3,
    [pbr::OriginalName("Printing")] Printing = 4,
    [pbr::OriginalName("Service")] Service = 5,
    [pbr::OriginalName("Upgrading")] Upgrading = 6,
    [pbr::OriginalName("ShuttingDown")] ShuttingDown = 7,
    [pbr::OriginalName("Error")] Error = 8,
  }

  #endregion

}

#endregion Designer generated code