// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: StitchFlag.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.Embroidery {
/// Holder for reflection information generated from StitchFlag.proto
public static partial class StitchFlagReflection {
#region Descriptor
/// File descriptor for StitchFlag.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static StitchFlagReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChBTdGl0Y2hGbGFnLnByb3RvEhRUYW5nby5QTVIuRW1icm9pZGVyeSpLCgpT",
"dGl0Y2hGbGFnEgoKBk5PUk1BTBAAEggKBEpVTVAQARIICgRUUklNEAISCAoE",
"U1RPUBAEEgoKBlNFUVVJThAIEgcKA0VORBAQQiAKHmNvbS50d2luZS50YW5n",
"by5wbXIuZW1icm9pZGVyeWIGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Embroidery.StitchFlag), }, null));
}
#endregion
}
#region Enums
public enum StitchFlag {
[pbr::OriginalName("NORMAL")] Normal = 0,
[pbr::OriginalName("JUMP")] Jump = 1,
[pbr::OriginalName("TRIM")] Trim = 2,
[pbr::OriginalName("STOP")] Stop = 4,
[pbr::OriginalName("SEQUIN")] Sequin = 8,
[pbr::OriginalName("END")] End = 16,
}
#endregion
}
#endregion Designer generated code