823d2e64308c073a2964a66a031f82297438b35a
[ric-plt/streaming-protobufs.git] / protogen / gopb / common_types.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: common_types.proto
3
4 package streaming_protobufs
5
6 import (
7         fmt "fmt"
8         proto "github.com/golang/protobuf/proto"
9         math "math"
10 )
11
12 // Reference imports to suppress errors if they are not otherwise used.
13 var _ = proto.Marshal
14 var _ = fmt.Errorf
15 var _ = math.Inf
16
17 // This is a compile-time assertion to ensure that this generated file
18 // is compatible with the proto package it is being compiled against.
19 // A compilation error at this line likely means your copy of the
20 // proto package needs to be updated.
21 const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
22
23 type ConfiguredOpt_Value int32
24
25 const (
26         ConfiguredOpt_protobuf_unspecified ConfiguredOpt_Value = 0
27         ConfiguredOpt_configured           ConfiguredOpt_Value = 1
28 )
29
30 var ConfiguredOpt_Value_name = map[int32]string{
31         0: "protobuf_unspecified",
32         1: "configured",
33 }
34
35 var ConfiguredOpt_Value_value = map[string]int32{
36         "protobuf_unspecified": 0,
37         "configured":           1,
38 }
39
40 func (x ConfiguredOpt_Value) String() string {
41         return proto.EnumName(ConfiguredOpt_Value_name, int32(x))
42 }
43
44 func (ConfiguredOpt_Value) EnumDescriptor() ([]byte, []int) {
45         return fileDescriptor_3a6f91795c5fbab7, []int{1, 0}
46 }
47
48 type TrueOpt_Value int32
49
50 const (
51         TrueOpt_protobuf_unspecified TrueOpt_Value = 0
52         TrueOpt_true                 TrueOpt_Value = 1
53 )
54
55 var TrueOpt_Value_name = map[int32]string{
56         0: "protobuf_unspecified",
57         1: "true",
58 }
59
60 var TrueOpt_Value_value = map[string]int32{
61         "protobuf_unspecified": 0,
62         "true":                 1,
63 }
64
65 func (x TrueOpt_Value) String() string {
66         return proto.EnumName(TrueOpt_Value_name, int32(x))
67 }
68
69 func (TrueOpt_Value) EnumDescriptor() ([]byte, []int) {
70         return fileDescriptor_3a6f91795c5fbab7, []int{2, 0}
71 }
72
73 type FalseOpt_Value int32
74
75 const (
76         FalseOpt_protobuf_unspecified FalseOpt_Value = 0
77         FalseOpt_false                FalseOpt_Value = 1
78 )
79
80 var FalseOpt_Value_name = map[int32]string{
81         0: "protobuf_unspecified",
82         1: "false",
83 }
84
85 var FalseOpt_Value_value = map[string]int32{
86         "protobuf_unspecified": 0,
87         "false":                1,
88 }
89
90 func (x FalseOpt_Value) String() string {
91         return proto.EnumName(FalseOpt_Value_name, int32(x))
92 }
93
94 func (FalseOpt_Value) EnumDescriptor() ([]byte, []int) {
95         return fileDescriptor_3a6f91795c5fbab7, []int{3, 0}
96 }
97
98 type EnabledOpt_Value int32
99
100 const (
101         EnabledOpt_protobuf_unspecified EnabledOpt_Value = 0
102         EnabledOpt_enabled              EnabledOpt_Value = 1
103 )
104
105 var EnabledOpt_Value_name = map[int32]string{
106         0: "protobuf_unspecified",
107         1: "enabled",
108 }
109
110 var EnabledOpt_Value_value = map[string]int32{
111         "protobuf_unspecified": 0,
112         "enabled":              1,
113 }
114
115 func (x EnabledOpt_Value) String() string {
116         return proto.EnumName(EnabledOpt_Value_name, int32(x))
117 }
118
119 func (EnabledOpt_Value) EnumDescriptor() ([]byte, []int) {
120         return fileDescriptor_3a6f91795c5fbab7, []int{4, 0}
121 }
122
123 type DisabledOpt_Value int32
124
125 const (
126         DisabledOpt_protobuf_unspecified DisabledOpt_Value = 0
127         DisabledOpt_disabled             DisabledOpt_Value = 1
128 )
129
130 var DisabledOpt_Value_name = map[int32]string{
131         0: "protobuf_unspecified",
132         1: "disabled",
133 }
134
135 var DisabledOpt_Value_value = map[string]int32{
136         "protobuf_unspecified": 0,
137         "disabled":             1,
138 }
139
140 func (x DisabledOpt_Value) String() string {
141         return proto.EnumName(DisabledOpt_Value_name, int32(x))
142 }
143
144 func (DisabledOpt_Value) EnumDescriptor() ([]byte, []int) {
145         return fileDescriptor_3a6f91795c5fbab7, []int{5, 0}
146 }
147
148 type EnabledDisabledOpt_Value int32
149
150 const (
151         EnabledDisabledOpt_protobuf_unspecified EnabledDisabledOpt_Value = 0
152         EnabledDisabledOpt_enabled              EnabledDisabledOpt_Value = 1
153         EnabledDisabledOpt_disabled             EnabledDisabledOpt_Value = 2
154 )
155
156 var EnabledDisabledOpt_Value_name = map[int32]string{
157         0: "protobuf_unspecified",
158         1: "enabled",
159         2: "disabled",
160 }
161
162 var EnabledDisabledOpt_Value_value = map[string]int32{
163         "protobuf_unspecified": 0,
164         "enabled":              1,
165         "disabled":             2,
166 }
167
168 func (x EnabledDisabledOpt_Value) String() string {
169         return proto.EnumName(EnabledDisabledOpt_Value_name, int32(x))
170 }
171
172 func (EnabledDisabledOpt_Value) EnumDescriptor() ([]byte, []int) {
173         return fileDescriptor_3a6f91795c5fbab7, []int{6, 0}
174 }
175
176 type OnOffOpt_Value int32
177
178 const (
179         OnOffOpt_protobuf_unspecified OnOffOpt_Value = 0
180         OnOffOpt_on                   OnOffOpt_Value = 1
181         OnOffOpt_off                  OnOffOpt_Value = 2
182 )
183
184 var OnOffOpt_Value_name = map[int32]string{
185         0: "protobuf_unspecified",
186         1: "on",
187         2: "off",
188 }
189
190 var OnOffOpt_Value_value = map[string]int32{
191         "protobuf_unspecified": 0,
192         "on":                   1,
193         "off":                  2,
194 }
195
196 func (x OnOffOpt_Value) String() string {
197         return proto.EnumName(OnOffOpt_Value_name, int32(x))
198 }
199
200 func (OnOffOpt_Value) EnumDescriptor() ([]byte, []int) {
201         return fileDescriptor_3a6f91795c5fbab7, []int{7, 0}
202 }
203
204 type Null struct {
205         XXX_NoUnkeyedLiteral struct{} `json:"-"`
206         XXX_unrecognized     []byte   `json:"-"`
207         XXX_sizecache        int32    `json:"-"`
208 }
209
210 func (m *Null) Reset()         { *m = Null{} }
211 func (m *Null) String() string { return proto.CompactTextString(m) }
212 func (*Null) ProtoMessage()    {}
213 func (*Null) Descriptor() ([]byte, []int) {
214         return fileDescriptor_3a6f91795c5fbab7, []int{0}
215 }
216
217 func (m *Null) XXX_Unmarshal(b []byte) error {
218         return xxx_messageInfo_Null.Unmarshal(m, b)
219 }
220 func (m *Null) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
221         return xxx_messageInfo_Null.Marshal(b, m, deterministic)
222 }
223 func (m *Null) XXX_Merge(src proto.Message) {
224         xxx_messageInfo_Null.Merge(m, src)
225 }
226 func (m *Null) XXX_Size() int {
227         return xxx_messageInfo_Null.Size(m)
228 }
229 func (m *Null) XXX_DiscardUnknown() {
230         xxx_messageInfo_Null.DiscardUnknown(m)
231 }
232
233 var xxx_messageInfo_Null proto.InternalMessageInfo
234
235 type ConfiguredOpt struct {
236         Value                ConfiguredOpt_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.ConfiguredOpt_Value" json:"value,omitempty"`
237         XXX_NoUnkeyedLiteral struct{}            `json:"-"`
238         XXX_unrecognized     []byte              `json:"-"`
239         XXX_sizecache        int32               `json:"-"`
240 }
241
242 func (m *ConfiguredOpt) Reset()         { *m = ConfiguredOpt{} }
243 func (m *ConfiguredOpt) String() string { return proto.CompactTextString(m) }
244 func (*ConfiguredOpt) ProtoMessage()    {}
245 func (*ConfiguredOpt) Descriptor() ([]byte, []int) {
246         return fileDescriptor_3a6f91795c5fbab7, []int{1}
247 }
248
249 func (m *ConfiguredOpt) XXX_Unmarshal(b []byte) error {
250         return xxx_messageInfo_ConfiguredOpt.Unmarshal(m, b)
251 }
252 func (m *ConfiguredOpt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
253         return xxx_messageInfo_ConfiguredOpt.Marshal(b, m, deterministic)
254 }
255 func (m *ConfiguredOpt) XXX_Merge(src proto.Message) {
256         xxx_messageInfo_ConfiguredOpt.Merge(m, src)
257 }
258 func (m *ConfiguredOpt) XXX_Size() int {
259         return xxx_messageInfo_ConfiguredOpt.Size(m)
260 }
261 func (m *ConfiguredOpt) XXX_DiscardUnknown() {
262         xxx_messageInfo_ConfiguredOpt.DiscardUnknown(m)
263 }
264
265 var xxx_messageInfo_ConfiguredOpt proto.InternalMessageInfo
266
267 func (m *ConfiguredOpt) GetValue() ConfiguredOpt_Value {
268         if m != nil {
269                 return m.Value
270         }
271         return ConfiguredOpt_protobuf_unspecified
272 }
273
274 type TrueOpt struct {
275         Value                TrueOpt_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.TrueOpt_Value" json:"value,omitempty"`
276         XXX_NoUnkeyedLiteral struct{}      `json:"-"`
277         XXX_unrecognized     []byte        `json:"-"`
278         XXX_sizecache        int32         `json:"-"`
279 }
280
281 func (m *TrueOpt) Reset()         { *m = TrueOpt{} }
282 func (m *TrueOpt) String() string { return proto.CompactTextString(m) }
283 func (*TrueOpt) ProtoMessage()    {}
284 func (*TrueOpt) Descriptor() ([]byte, []int) {
285         return fileDescriptor_3a6f91795c5fbab7, []int{2}
286 }
287
288 func (m *TrueOpt) XXX_Unmarshal(b []byte) error {
289         return xxx_messageInfo_TrueOpt.Unmarshal(m, b)
290 }
291 func (m *TrueOpt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
292         return xxx_messageInfo_TrueOpt.Marshal(b, m, deterministic)
293 }
294 func (m *TrueOpt) XXX_Merge(src proto.Message) {
295         xxx_messageInfo_TrueOpt.Merge(m, src)
296 }
297 func (m *TrueOpt) XXX_Size() int {
298         return xxx_messageInfo_TrueOpt.Size(m)
299 }
300 func (m *TrueOpt) XXX_DiscardUnknown() {
301         xxx_messageInfo_TrueOpt.DiscardUnknown(m)
302 }
303
304 var xxx_messageInfo_TrueOpt proto.InternalMessageInfo
305
306 func (m *TrueOpt) GetValue() TrueOpt_Value {
307         if m != nil {
308                 return m.Value
309         }
310         return TrueOpt_protobuf_unspecified
311 }
312
313 type FalseOpt struct {
314         Value                FalseOpt_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.FalseOpt_Value" json:"value,omitempty"`
315         XXX_NoUnkeyedLiteral struct{}       `json:"-"`
316         XXX_unrecognized     []byte         `json:"-"`
317         XXX_sizecache        int32          `json:"-"`
318 }
319
320 func (m *FalseOpt) Reset()         { *m = FalseOpt{} }
321 func (m *FalseOpt) String() string { return proto.CompactTextString(m) }
322 func (*FalseOpt) ProtoMessage()    {}
323 func (*FalseOpt) Descriptor() ([]byte, []int) {
324         return fileDescriptor_3a6f91795c5fbab7, []int{3}
325 }
326
327 func (m *FalseOpt) XXX_Unmarshal(b []byte) error {
328         return xxx_messageInfo_FalseOpt.Unmarshal(m, b)
329 }
330 func (m *FalseOpt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
331         return xxx_messageInfo_FalseOpt.Marshal(b, m, deterministic)
332 }
333 func (m *FalseOpt) XXX_Merge(src proto.Message) {
334         xxx_messageInfo_FalseOpt.Merge(m, src)
335 }
336 func (m *FalseOpt) XXX_Size() int {
337         return xxx_messageInfo_FalseOpt.Size(m)
338 }
339 func (m *FalseOpt) XXX_DiscardUnknown() {
340         xxx_messageInfo_FalseOpt.DiscardUnknown(m)
341 }
342
343 var xxx_messageInfo_FalseOpt proto.InternalMessageInfo
344
345 func (m *FalseOpt) GetValue() FalseOpt_Value {
346         if m != nil {
347                 return m.Value
348         }
349         return FalseOpt_protobuf_unspecified
350 }
351
352 type EnabledOpt struct {
353         Value                EnabledOpt_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.EnabledOpt_Value" json:"value,omitempty"`
354         XXX_NoUnkeyedLiteral struct{}         `json:"-"`
355         XXX_unrecognized     []byte           `json:"-"`
356         XXX_sizecache        int32            `json:"-"`
357 }
358
359 func (m *EnabledOpt) Reset()         { *m = EnabledOpt{} }
360 func (m *EnabledOpt) String() string { return proto.CompactTextString(m) }
361 func (*EnabledOpt) ProtoMessage()    {}
362 func (*EnabledOpt) Descriptor() ([]byte, []int) {
363         return fileDescriptor_3a6f91795c5fbab7, []int{4}
364 }
365
366 func (m *EnabledOpt) XXX_Unmarshal(b []byte) error {
367         return xxx_messageInfo_EnabledOpt.Unmarshal(m, b)
368 }
369 func (m *EnabledOpt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
370         return xxx_messageInfo_EnabledOpt.Marshal(b, m, deterministic)
371 }
372 func (m *EnabledOpt) XXX_Merge(src proto.Message) {
373         xxx_messageInfo_EnabledOpt.Merge(m, src)
374 }
375 func (m *EnabledOpt) XXX_Size() int {
376         return xxx_messageInfo_EnabledOpt.Size(m)
377 }
378 func (m *EnabledOpt) XXX_DiscardUnknown() {
379         xxx_messageInfo_EnabledOpt.DiscardUnknown(m)
380 }
381
382 var xxx_messageInfo_EnabledOpt proto.InternalMessageInfo
383
384 func (m *EnabledOpt) GetValue() EnabledOpt_Value {
385         if m != nil {
386                 return m.Value
387         }
388         return EnabledOpt_protobuf_unspecified
389 }
390
391 type DisabledOpt struct {
392         Value                DisabledOpt_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.DisabledOpt_Value" json:"value,omitempty"`
393         XXX_NoUnkeyedLiteral struct{}          `json:"-"`
394         XXX_unrecognized     []byte            `json:"-"`
395         XXX_sizecache        int32             `json:"-"`
396 }
397
398 func (m *DisabledOpt) Reset()         { *m = DisabledOpt{} }
399 func (m *DisabledOpt) String() string { return proto.CompactTextString(m) }
400 func (*DisabledOpt) ProtoMessage()    {}
401 func (*DisabledOpt) Descriptor() ([]byte, []int) {
402         return fileDescriptor_3a6f91795c5fbab7, []int{5}
403 }
404
405 func (m *DisabledOpt) XXX_Unmarshal(b []byte) error {
406         return xxx_messageInfo_DisabledOpt.Unmarshal(m, b)
407 }
408 func (m *DisabledOpt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
409         return xxx_messageInfo_DisabledOpt.Marshal(b, m, deterministic)
410 }
411 func (m *DisabledOpt) XXX_Merge(src proto.Message) {
412         xxx_messageInfo_DisabledOpt.Merge(m, src)
413 }
414 func (m *DisabledOpt) XXX_Size() int {
415         return xxx_messageInfo_DisabledOpt.Size(m)
416 }
417 func (m *DisabledOpt) XXX_DiscardUnknown() {
418         xxx_messageInfo_DisabledOpt.DiscardUnknown(m)
419 }
420
421 var xxx_messageInfo_DisabledOpt proto.InternalMessageInfo
422
423 func (m *DisabledOpt) GetValue() DisabledOpt_Value {
424         if m != nil {
425                 return m.Value
426         }
427         return DisabledOpt_protobuf_unspecified
428 }
429
430 type EnabledDisabledOpt struct {
431         Value                EnabledDisabledOpt_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.EnabledDisabledOpt_Value" json:"value,omitempty"`
432         XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
433         XXX_unrecognized     []byte                   `json:"-"`
434         XXX_sizecache        int32                    `json:"-"`
435 }
436
437 func (m *EnabledDisabledOpt) Reset()         { *m = EnabledDisabledOpt{} }
438 func (m *EnabledDisabledOpt) String() string { return proto.CompactTextString(m) }
439 func (*EnabledDisabledOpt) ProtoMessage()    {}
440 func (*EnabledDisabledOpt) Descriptor() ([]byte, []int) {
441         return fileDescriptor_3a6f91795c5fbab7, []int{6}
442 }
443
444 func (m *EnabledDisabledOpt) XXX_Unmarshal(b []byte) error {
445         return xxx_messageInfo_EnabledDisabledOpt.Unmarshal(m, b)
446 }
447 func (m *EnabledDisabledOpt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
448         return xxx_messageInfo_EnabledDisabledOpt.Marshal(b, m, deterministic)
449 }
450 func (m *EnabledDisabledOpt) XXX_Merge(src proto.Message) {
451         xxx_messageInfo_EnabledDisabledOpt.Merge(m, src)
452 }
453 func (m *EnabledDisabledOpt) XXX_Size() int {
454         return xxx_messageInfo_EnabledDisabledOpt.Size(m)
455 }
456 func (m *EnabledDisabledOpt) XXX_DiscardUnknown() {
457         xxx_messageInfo_EnabledDisabledOpt.DiscardUnknown(m)
458 }
459
460 var xxx_messageInfo_EnabledDisabledOpt proto.InternalMessageInfo
461
462 func (m *EnabledDisabledOpt) GetValue() EnabledDisabledOpt_Value {
463         if m != nil {
464                 return m.Value
465         }
466         return EnabledDisabledOpt_protobuf_unspecified
467 }
468
469 type OnOffOpt struct {
470         Value                OnOffOpt_Value `protobuf:"varint,1,opt,name=value,proto3,enum=streaming_protobufs.OnOffOpt_Value" json:"value,omitempty"`
471         XXX_NoUnkeyedLiteral struct{}       `json:"-"`
472         XXX_unrecognized     []byte         `json:"-"`
473         XXX_sizecache        int32          `json:"-"`
474 }
475
476 func (m *OnOffOpt) Reset()         { *m = OnOffOpt{} }
477 func (m *OnOffOpt) String() string { return proto.CompactTextString(m) }
478 func (*OnOffOpt) ProtoMessage()    {}
479 func (*OnOffOpt) Descriptor() ([]byte, []int) {
480         return fileDescriptor_3a6f91795c5fbab7, []int{7}
481 }
482
483 func (m *OnOffOpt) XXX_Unmarshal(b []byte) error {
484         return xxx_messageInfo_OnOffOpt.Unmarshal(m, b)
485 }
486 func (m *OnOffOpt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
487         return xxx_messageInfo_OnOffOpt.Marshal(b, m, deterministic)
488 }
489 func (m *OnOffOpt) XXX_Merge(src proto.Message) {
490         xxx_messageInfo_OnOffOpt.Merge(m, src)
491 }
492 func (m *OnOffOpt) XXX_Size() int {
493         return xxx_messageInfo_OnOffOpt.Size(m)
494 }
495 func (m *OnOffOpt) XXX_DiscardUnknown() {
496         xxx_messageInfo_OnOffOpt.DiscardUnknown(m)
497 }
498
499 var xxx_messageInfo_OnOffOpt proto.InternalMessageInfo
500
501 func (m *OnOffOpt) GetValue() OnOffOpt_Value {
502         if m != nil {
503                 return m.Value
504         }
505         return OnOffOpt_protobuf_unspecified
506 }
507
508 func init() {
509         proto.RegisterEnum("streaming_protobufs.ConfiguredOpt_Value", ConfiguredOpt_Value_name, ConfiguredOpt_Value_value)
510         proto.RegisterEnum("streaming_protobufs.TrueOpt_Value", TrueOpt_Value_name, TrueOpt_Value_value)
511         proto.RegisterEnum("streaming_protobufs.FalseOpt_Value", FalseOpt_Value_name, FalseOpt_Value_value)
512         proto.RegisterEnum("streaming_protobufs.EnabledOpt_Value", EnabledOpt_Value_name, EnabledOpt_Value_value)
513         proto.RegisterEnum("streaming_protobufs.DisabledOpt_Value", DisabledOpt_Value_name, DisabledOpt_Value_value)
514         proto.RegisterEnum("streaming_protobufs.EnabledDisabledOpt_Value", EnabledDisabledOpt_Value_name, EnabledDisabledOpt_Value_value)
515         proto.RegisterEnum("streaming_protobufs.OnOffOpt_Value", OnOffOpt_Value_name, OnOffOpt_Value_value)
516         proto.RegisterType((*Null)(nil), "streaming_protobufs.Null")
517         proto.RegisterType((*ConfiguredOpt)(nil), "streaming_protobufs.ConfiguredOpt")
518         proto.RegisterType((*TrueOpt)(nil), "streaming_protobufs.TrueOpt")
519         proto.RegisterType((*FalseOpt)(nil), "streaming_protobufs.FalseOpt")
520         proto.RegisterType((*EnabledOpt)(nil), "streaming_protobufs.EnabledOpt")
521         proto.RegisterType((*DisabledOpt)(nil), "streaming_protobufs.DisabledOpt")
522         proto.RegisterType((*EnabledDisabledOpt)(nil), "streaming_protobufs.EnabledDisabledOpt")
523         proto.RegisterType((*OnOffOpt)(nil), "streaming_protobufs.OnOffOpt")
524 }
525
526 func init() { proto.RegisterFile("common_types.proto", fileDescriptor_3a6f91795c5fbab7) }
527
528 var fileDescriptor_3a6f91795c5fbab7 = []byte{
529         // 367 bytes of a gzipped FileDescriptorProto
530         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0xd2, 0xcd, 0x4a, 0xeb, 0x40,
531         0x1c, 0x05, 0xf0, 0x3b, 0xbd, 0xfd, 0xc8, 0xfd, 0xf7, 0x5a, 0x86, 0xe8, 0xa2, 0x4b, 0x19, 0x51,
532         0x0a, 0x9a, 0x84, 0xb6, 0x1b, 0xc5, 0xe2, 0xc2, 0xaa, 0x4b, 0x0b, 0x22, 0x2e, 0xdc, 0x94, 0x34,
533         0x9d, 0x09, 0x81, 0x74, 0x26, 0xcc, 0x87, 0x50, 0x70, 0xe5, 0x4b, 0xf8, 0xba, 0xd2, 0xb4, 0x8d,
534         0x1d, 0x88, 0x46, 0x77, 0x49, 0x38, 0x27, 0xbf, 0x93, 0x21, 0xe0, 0x46, 0x62, 0xb1, 0x10, 0x7c,
535         0xaa, 0x97, 0x19, 0x55, 0x7e, 0x26, 0x85, 0x16, 0xee, 0xbe, 0xd2, 0x92, 0x86, 0x8b, 0x84, 0xc7,
536         0xd3, 0xfc, 0xc1, 0xcc, 0x30, 0x45, 0x9a, 0x50, 0xbf, 0x37, 0x69, 0x4a, 0xde, 0x10, 0xec, 0x8d,
537         0x05, 0x67, 0x49, 0x6c, 0x24, 0x9d, 0x4f, 0x32, 0xed, 0x5e, 0x41, 0xe3, 0x25, 0x4c, 0x0d, 0xed,
538         0xa2, 0x43, 0xd4, 0xeb, 0x0c, 0x7a, 0x7e, 0x49, 0xdd, 0xb7, 0x2a, 0xfe, 0xd3, 0x2a, 0xff, 0xb0,
539         0xae, 0x91, 0x3e, 0x34, 0xf2, 0x7b, 0xb7, 0x0b, 0x07, 0xdb, 0xc2, 0xd4, 0x70, 0x95, 0xd1, 0x28,
540         0x61, 0x09, 0x9d, 0xe3, 0x3f, 0x6e, 0x07, 0x20, 0x2a, 0x5e, 0x80, 0x11, 0xc9, 0xa0, 0xf5, 0x28,
541         0x0d, 0x5d, 0xe9, 0xe7, 0xb6, 0x4e, 0x4a, 0xf5, 0x4d, 0xd8, 0x76, 0x4f, 0xab, 0x5d, 0x07, 0xea,
542         0x5a, 0x1a, 0x8a, 0x11, 0x51, 0xe0, 0xdc, 0x85, 0xa9, 0xca, 0xc9, 0x0b, 0x9b, 0x3c, 0x2a, 0x25,
543         0xb7, 0x69, 0xdb, 0x3c, 0xab, 0x36, 0xff, 0x41, 0x83, 0xad, 0xba, 0x18, 0x91, 0x25, 0xc0, 0x2d,
544         0x0f, 0x67, 0xe9, 0xfa, 0x9c, 0x2f, 0x6d, 0xf6, 0xb8, 0x94, 0xfd, 0xcc, 0xdb, 0xb0, 0x5f, 0x0d,
545         0xb7, 0xa1, 0x45, 0xd7, 0x6d, 0x8c, 0xc8, 0x2b, 0xb4, 0x6f, 0x12, 0x55, 0xd8, 0x23, 0xdb, 0x3e,
546         0x29, 0xb5, 0x77, 0x0a, 0x36, 0x1e, 0x54, 0xe3, 0xff, 0xc1, 0x99, 0x6f, 0xea, 0x18, 0x91, 0x77,
547         0x04, 0xee, 0xe6, 0x4b, 0x76, 0x57, 0x8c, 0xed, 0x15, 0xde, 0x77, 0x27, 0xf0, 0xe5, 0x98, 0xd1,
548         0xef, 0x4e, 0xc2, 0x5a, 0x56, 0x23, 0x4b, 0x70, 0x26, 0x7c, 0xc2, 0xd8, 0x8f, 0xff, 0x83, 0x6d,
549         0xda, 0x1e, 0x31, 0xa8, 0x1e, 0xd1, 0x84, 0x9a, 0xe0, 0x18, 0xb9, 0x2d, 0xf8, 0x2b, 0x18, 0xc3,
550         0xb5, 0xeb, 0xe1, 0x73, 0x3f, 0xa6, 0x52, 0x26, 0xda, 0x17, 0x9e, 0x0c, 0xb9, 0xa7, 0x22, 0x5f,
551         0xc8, 0x38, 0x90, 0x81, 0x4c, 0x22, 0x2f, 0x4b, 0x75, 0x50, 0xf0, 0x5e, 0xc1, 0xcf, 0x9a, 0xf9,
552         0xe5, 0xf0, 0x23, 0x00, 0x00, 0xff, 0xff, 0xb8, 0x86, 0x8c, 0x4f, 0xe8, 0x03, 0x00, 0x00,
553 }