service_phone.pb.go 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: service_phone.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type ServicePhoneClassListRequest struct {
  20. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  21. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  22. GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  23. Enable int32 `protobuf:"varint,4,opt,name=enable,proto3" json:"enable"`
  24. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  25. XXX_unrecognized []byte `json:"-"`
  26. XXX_sizecache int32 `json:"-"`
  27. }
  28. func (m *ServicePhoneClassListRequest) Reset() { *m = ServicePhoneClassListRequest{} }
  29. func (m *ServicePhoneClassListRequest) String() string { return proto.CompactTextString(m) }
  30. func (*ServicePhoneClassListRequest) ProtoMessage() {}
  31. func (*ServicePhoneClassListRequest) Descriptor() ([]byte, []int) {
  32. return fileDescriptor_c9acc1da8c47e8c2, []int{0}
  33. }
  34. func (m *ServicePhoneClassListRequest) XXX_Unmarshal(b []byte) error {
  35. return xxx_messageInfo_ServicePhoneClassListRequest.Unmarshal(m, b)
  36. }
  37. func (m *ServicePhoneClassListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  38. return xxx_messageInfo_ServicePhoneClassListRequest.Marshal(b, m, deterministic)
  39. }
  40. func (m *ServicePhoneClassListRequest) XXX_Merge(src proto.Message) {
  41. xxx_messageInfo_ServicePhoneClassListRequest.Merge(m, src)
  42. }
  43. func (m *ServicePhoneClassListRequest) XXX_Size() int {
  44. return xxx_messageInfo_ServicePhoneClassListRequest.Size(m)
  45. }
  46. func (m *ServicePhoneClassListRequest) XXX_DiscardUnknown() {
  47. xxx_messageInfo_ServicePhoneClassListRequest.DiscardUnknown(m)
  48. }
  49. var xxx_messageInfo_ServicePhoneClassListRequest proto.InternalMessageInfo
  50. func (m *ServicePhoneClassListRequest) GetPage() int64 {
  51. if m != nil {
  52. return m.Page
  53. }
  54. return 0
  55. }
  56. func (m *ServicePhoneClassListRequest) GetPageSize() int64 {
  57. if m != nil {
  58. return m.PageSize
  59. }
  60. return 0
  61. }
  62. func (m *ServicePhoneClassListRequest) GetGardenId() int64 {
  63. if m != nil {
  64. return m.GardenId
  65. }
  66. return 0
  67. }
  68. func (m *ServicePhoneClassListRequest) GetEnable() int32 {
  69. if m != nil {
  70. return m.Enable
  71. }
  72. return 0
  73. }
  74. type ServicePhoneClassItem struct {
  75. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  76. ClassName string `protobuf:"bytes,2,opt,name=class_name,json=className,proto3" json:"class_name"`
  77. Enable bool `protobuf:"varint,3,opt,name=enable,proto3" json:"enable"`
  78. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  79. XXX_unrecognized []byte `json:"-"`
  80. XXX_sizecache int32 `json:"-"`
  81. }
  82. func (m *ServicePhoneClassItem) Reset() { *m = ServicePhoneClassItem{} }
  83. func (m *ServicePhoneClassItem) String() string { return proto.CompactTextString(m) }
  84. func (*ServicePhoneClassItem) ProtoMessage() {}
  85. func (*ServicePhoneClassItem) Descriptor() ([]byte, []int) {
  86. return fileDescriptor_c9acc1da8c47e8c2, []int{1}
  87. }
  88. func (m *ServicePhoneClassItem) XXX_Unmarshal(b []byte) error {
  89. return xxx_messageInfo_ServicePhoneClassItem.Unmarshal(m, b)
  90. }
  91. func (m *ServicePhoneClassItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  92. return xxx_messageInfo_ServicePhoneClassItem.Marshal(b, m, deterministic)
  93. }
  94. func (m *ServicePhoneClassItem) XXX_Merge(src proto.Message) {
  95. xxx_messageInfo_ServicePhoneClassItem.Merge(m, src)
  96. }
  97. func (m *ServicePhoneClassItem) XXX_Size() int {
  98. return xxx_messageInfo_ServicePhoneClassItem.Size(m)
  99. }
  100. func (m *ServicePhoneClassItem) XXX_DiscardUnknown() {
  101. xxx_messageInfo_ServicePhoneClassItem.DiscardUnknown(m)
  102. }
  103. var xxx_messageInfo_ServicePhoneClassItem proto.InternalMessageInfo
  104. func (m *ServicePhoneClassItem) GetId() int64 {
  105. if m != nil {
  106. return m.Id
  107. }
  108. return 0
  109. }
  110. func (m *ServicePhoneClassItem) GetClassName() string {
  111. if m != nil {
  112. return m.ClassName
  113. }
  114. return ""
  115. }
  116. func (m *ServicePhoneClassItem) GetEnable() bool {
  117. if m != nil {
  118. return m.Enable
  119. }
  120. return false
  121. }
  122. type ServicePhoneClassListReply struct {
  123. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  124. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  125. List []*ServicePhoneClassItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  126. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  127. XXX_unrecognized []byte `json:"-"`
  128. XXX_sizecache int32 `json:"-"`
  129. }
  130. func (m *ServicePhoneClassListReply) Reset() { *m = ServicePhoneClassListReply{} }
  131. func (m *ServicePhoneClassListReply) String() string { return proto.CompactTextString(m) }
  132. func (*ServicePhoneClassListReply) ProtoMessage() {}
  133. func (*ServicePhoneClassListReply) Descriptor() ([]byte, []int) {
  134. return fileDescriptor_c9acc1da8c47e8c2, []int{2}
  135. }
  136. func (m *ServicePhoneClassListReply) XXX_Unmarshal(b []byte) error {
  137. return xxx_messageInfo_ServicePhoneClassListReply.Unmarshal(m, b)
  138. }
  139. func (m *ServicePhoneClassListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  140. return xxx_messageInfo_ServicePhoneClassListReply.Marshal(b, m, deterministic)
  141. }
  142. func (m *ServicePhoneClassListReply) XXX_Merge(src proto.Message) {
  143. xxx_messageInfo_ServicePhoneClassListReply.Merge(m, src)
  144. }
  145. func (m *ServicePhoneClassListReply) XXX_Size() int {
  146. return xxx_messageInfo_ServicePhoneClassListReply.Size(m)
  147. }
  148. func (m *ServicePhoneClassListReply) XXX_DiscardUnknown() {
  149. xxx_messageInfo_ServicePhoneClassListReply.DiscardUnknown(m)
  150. }
  151. var xxx_messageInfo_ServicePhoneClassListReply proto.InternalMessageInfo
  152. func (m *ServicePhoneClassListReply) GetPage() int64 {
  153. if m != nil {
  154. return m.Page
  155. }
  156. return 0
  157. }
  158. func (m *ServicePhoneClassListReply) GetTotal() int64 {
  159. if m != nil {
  160. return m.Total
  161. }
  162. return 0
  163. }
  164. func (m *ServicePhoneClassListReply) GetList() []*ServicePhoneClassItem {
  165. if m != nil {
  166. return m.List
  167. }
  168. return nil
  169. }
  170. type ServicePhoneListRequest struct {
  171. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  172. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  173. GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  174. Enable int32 `protobuf:"varint,4,opt,name=enable,proto3" json:"enable"`
  175. ClassName string `protobuf:"bytes,5,opt,name=class_name,json=className,proto3" json:"class_name"`
  176. ClassId int64 `protobuf:"varint,6,opt,name=class_id,json=classId,proto3" json:"class_id"`
  177. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  178. XXX_unrecognized []byte `json:"-"`
  179. XXX_sizecache int32 `json:"-"`
  180. }
  181. func (m *ServicePhoneListRequest) Reset() { *m = ServicePhoneListRequest{} }
  182. func (m *ServicePhoneListRequest) String() string { return proto.CompactTextString(m) }
  183. func (*ServicePhoneListRequest) ProtoMessage() {}
  184. func (*ServicePhoneListRequest) Descriptor() ([]byte, []int) {
  185. return fileDescriptor_c9acc1da8c47e8c2, []int{3}
  186. }
  187. func (m *ServicePhoneListRequest) XXX_Unmarshal(b []byte) error {
  188. return xxx_messageInfo_ServicePhoneListRequest.Unmarshal(m, b)
  189. }
  190. func (m *ServicePhoneListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  191. return xxx_messageInfo_ServicePhoneListRequest.Marshal(b, m, deterministic)
  192. }
  193. func (m *ServicePhoneListRequest) XXX_Merge(src proto.Message) {
  194. xxx_messageInfo_ServicePhoneListRequest.Merge(m, src)
  195. }
  196. func (m *ServicePhoneListRequest) XXX_Size() int {
  197. return xxx_messageInfo_ServicePhoneListRequest.Size(m)
  198. }
  199. func (m *ServicePhoneListRequest) XXX_DiscardUnknown() {
  200. xxx_messageInfo_ServicePhoneListRequest.DiscardUnknown(m)
  201. }
  202. var xxx_messageInfo_ServicePhoneListRequest proto.InternalMessageInfo
  203. func (m *ServicePhoneListRequest) GetPage() int64 {
  204. if m != nil {
  205. return m.Page
  206. }
  207. return 0
  208. }
  209. func (m *ServicePhoneListRequest) GetPageSize() int64 {
  210. if m != nil {
  211. return m.PageSize
  212. }
  213. return 0
  214. }
  215. func (m *ServicePhoneListRequest) GetGardenId() int64 {
  216. if m != nil {
  217. return m.GardenId
  218. }
  219. return 0
  220. }
  221. func (m *ServicePhoneListRequest) GetEnable() int32 {
  222. if m != nil {
  223. return m.Enable
  224. }
  225. return 0
  226. }
  227. func (m *ServicePhoneListRequest) GetClassName() string {
  228. if m != nil {
  229. return m.ClassName
  230. }
  231. return ""
  232. }
  233. func (m *ServicePhoneListRequest) GetClassId() int64 {
  234. if m != nil {
  235. return m.ClassId
  236. }
  237. return 0
  238. }
  239. type ServicePhoneItem struct {
  240. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  241. ClassId int64 `protobuf:"varint,2,opt,name=class_id,json=classId,proto3" json:"class_id"`
  242. Enable bool `protobuf:"varint,3,opt,name=enable,proto3" json:"enable"`
  243. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
  244. Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone"`
  245. ClassName string `protobuf:"bytes,6,opt,name=class_name,json=className,proto3" json:"class_name"`
  246. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  247. XXX_unrecognized []byte `json:"-"`
  248. XXX_sizecache int32 `json:"-"`
  249. }
  250. func (m *ServicePhoneItem) Reset() { *m = ServicePhoneItem{} }
  251. func (m *ServicePhoneItem) String() string { return proto.CompactTextString(m) }
  252. func (*ServicePhoneItem) ProtoMessage() {}
  253. func (*ServicePhoneItem) Descriptor() ([]byte, []int) {
  254. return fileDescriptor_c9acc1da8c47e8c2, []int{4}
  255. }
  256. func (m *ServicePhoneItem) XXX_Unmarshal(b []byte) error {
  257. return xxx_messageInfo_ServicePhoneItem.Unmarshal(m, b)
  258. }
  259. func (m *ServicePhoneItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  260. return xxx_messageInfo_ServicePhoneItem.Marshal(b, m, deterministic)
  261. }
  262. func (m *ServicePhoneItem) XXX_Merge(src proto.Message) {
  263. xxx_messageInfo_ServicePhoneItem.Merge(m, src)
  264. }
  265. func (m *ServicePhoneItem) XXX_Size() int {
  266. return xxx_messageInfo_ServicePhoneItem.Size(m)
  267. }
  268. func (m *ServicePhoneItem) XXX_DiscardUnknown() {
  269. xxx_messageInfo_ServicePhoneItem.DiscardUnknown(m)
  270. }
  271. var xxx_messageInfo_ServicePhoneItem proto.InternalMessageInfo
  272. func (m *ServicePhoneItem) GetId() int64 {
  273. if m != nil {
  274. return m.Id
  275. }
  276. return 0
  277. }
  278. func (m *ServicePhoneItem) GetClassId() int64 {
  279. if m != nil {
  280. return m.ClassId
  281. }
  282. return 0
  283. }
  284. func (m *ServicePhoneItem) GetEnable() bool {
  285. if m != nil {
  286. return m.Enable
  287. }
  288. return false
  289. }
  290. func (m *ServicePhoneItem) GetName() string {
  291. if m != nil {
  292. return m.Name
  293. }
  294. return ""
  295. }
  296. func (m *ServicePhoneItem) GetPhone() string {
  297. if m != nil {
  298. return m.Phone
  299. }
  300. return ""
  301. }
  302. func (m *ServicePhoneItem) GetClassName() string {
  303. if m != nil {
  304. return m.ClassName
  305. }
  306. return ""
  307. }
  308. type ServicePhoneListReply struct {
  309. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  310. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  311. List []*ServicePhoneItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  312. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  313. XXX_unrecognized []byte `json:"-"`
  314. XXX_sizecache int32 `json:"-"`
  315. }
  316. func (m *ServicePhoneListReply) Reset() { *m = ServicePhoneListReply{} }
  317. func (m *ServicePhoneListReply) String() string { return proto.CompactTextString(m) }
  318. func (*ServicePhoneListReply) ProtoMessage() {}
  319. func (*ServicePhoneListReply) Descriptor() ([]byte, []int) {
  320. return fileDescriptor_c9acc1da8c47e8c2, []int{5}
  321. }
  322. func (m *ServicePhoneListReply) XXX_Unmarshal(b []byte) error {
  323. return xxx_messageInfo_ServicePhoneListReply.Unmarshal(m, b)
  324. }
  325. func (m *ServicePhoneListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  326. return xxx_messageInfo_ServicePhoneListReply.Marshal(b, m, deterministic)
  327. }
  328. func (m *ServicePhoneListReply) XXX_Merge(src proto.Message) {
  329. xxx_messageInfo_ServicePhoneListReply.Merge(m, src)
  330. }
  331. func (m *ServicePhoneListReply) XXX_Size() int {
  332. return xxx_messageInfo_ServicePhoneListReply.Size(m)
  333. }
  334. func (m *ServicePhoneListReply) XXX_DiscardUnknown() {
  335. xxx_messageInfo_ServicePhoneListReply.DiscardUnknown(m)
  336. }
  337. var xxx_messageInfo_ServicePhoneListReply proto.InternalMessageInfo
  338. func (m *ServicePhoneListReply) GetPage() int64 {
  339. if m != nil {
  340. return m.Page
  341. }
  342. return 0
  343. }
  344. func (m *ServicePhoneListReply) GetTotal() int64 {
  345. if m != nil {
  346. return m.Total
  347. }
  348. return 0
  349. }
  350. func (m *ServicePhoneListReply) GetList() []*ServicePhoneItem {
  351. if m != nil {
  352. return m.List
  353. }
  354. return nil
  355. }
  356. func init() {
  357. proto.RegisterType((*ServicePhoneClassListRequest)(nil), "pb_v1.ServicePhoneClassListRequest")
  358. proto.RegisterType((*ServicePhoneClassItem)(nil), "pb_v1.ServicePhoneClassItem")
  359. proto.RegisterType((*ServicePhoneClassListReply)(nil), "pb_v1.ServicePhoneClassListReply")
  360. proto.RegisterType((*ServicePhoneListRequest)(nil), "pb_v1.ServicePhoneListRequest")
  361. proto.RegisterType((*ServicePhoneItem)(nil), "pb_v1.ServicePhoneItem")
  362. proto.RegisterType((*ServicePhoneListReply)(nil), "pb_v1.ServicePhoneListReply")
  363. }
  364. func init() {
  365. proto.RegisterFile("service_phone.proto", fileDescriptor_c9acc1da8c47e8c2)
  366. }
  367. var fileDescriptor_c9acc1da8c47e8c2 = []byte{
  368. // 374 bytes of a gzipped FileDescriptorProto
  369. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x53, 0xcd, 0x4e, 0xe3, 0x30,
  370. 0x10, 0x56, 0x7e, 0xb7, 0x9d, 0x95, 0x56, 0x2b, 0xef, 0x4f, 0xb3, 0x4b, 0x91, 0xa2, 0x9c, 0x2a,
  371. 0xa1, 0xb6, 0x14, 0xde, 0x00, 0x4e, 0x95, 0x10, 0x42, 0xe9, 0x8d, 0x03, 0x91, 0x53, 0x8f, 0x5a,
  372. 0x4b, 0x69, 0x62, 0x62, 0xb7, 0xd0, 0x9e, 0x79, 0x0e, 0xde, 0x83, 0xb7, 0x43, 0x71, 0x22, 0x48,
  373. 0x43, 0x7a, 0xe1, 0xc0, 0x29, 0x9e, 0xf9, 0xe2, 0x99, 0x6f, 0xbe, 0x6f, 0x0c, 0xbf, 0x24, 0xe6,
  374. 0x1b, 0x3e, 0xc7, 0x48, 0x2c, 0xb3, 0x14, 0x47, 0x22, 0xcf, 0x54, 0x46, 0x1c, 0x11, 0x47, 0x9b,
  375. 0x49, 0xf0, 0x64, 0x40, 0x7f, 0x56, 0xc2, 0x37, 0x05, 0x7a, 0x99, 0x50, 0x29, 0xaf, 0xb8, 0x54,
  376. 0x21, 0xde, 0xaf, 0x51, 0x2a, 0x42, 0xc0, 0x16, 0x74, 0x81, 0x9e, 0xe1, 0x1b, 0x03, 0x2b, 0xd4,
  377. 0x67, 0x72, 0x04, 0xdd, 0xe2, 0x1b, 0x49, 0xbe, 0x43, 0xcf, 0xd4, 0x40, 0xa7, 0x48, 0xcc, 0xf8,
  378. 0x4e, 0x83, 0x0b, 0x9a, 0x33, 0x4c, 0x23, 0xce, 0x3c, 0xab, 0x04, 0xcb, 0xc4, 0x94, 0x91, 0xbf,
  379. 0xe0, 0x62, 0x4a, 0xe3, 0x04, 0x3d, 0xdb, 0x37, 0x06, 0x4e, 0x58, 0x45, 0xc1, 0x1d, 0xfc, 0xf9,
  380. 0xc0, 0x62, 0xaa, 0x70, 0x45, 0x7e, 0x80, 0xc9, 0x59, 0xd5, 0xdc, 0xe4, 0x8c, 0x1c, 0x03, 0xcc,
  381. 0x0b, 0x30, 0x4a, 0xe9, 0xaa, 0xec, 0xdd, 0x0d, 0xbb, 0x3a, 0x73, 0x4d, 0x57, 0x58, 0xab, 0x5f,
  382. 0x74, 0xee, 0xbc, 0xd5, 0x7f, 0x84, 0xff, 0x07, 0xa6, 0x14, 0xc9, 0xb6, 0x75, 0xc6, 0xdf, 0xe0,
  383. 0xa8, 0x4c, 0xd1, 0xa4, 0x9a, 0xaf, 0x0c, 0xc8, 0x29, 0xd8, 0x09, 0x97, 0xca, 0xb3, 0x7c, 0x6b,
  384. 0xf0, 0xfd, 0xac, 0x3f, 0xd2, 0x22, 0x8e, 0x5a, 0xa9, 0x87, 0xfa, 0xcf, 0xe0, 0xc5, 0x80, 0x5e,
  385. 0x1d, 0xff, 0x72, 0x6d, 0x1b, 0x92, 0x39, 0x4d, 0xc9, 0xfe, 0x41, 0xa7, 0x84, 0x39, 0xf3, 0x5c,
  386. 0x5d, 0xf2, 0x9b, 0x8e, 0xa7, 0x2c, 0x78, 0x36, 0xe0, 0x67, 0x9d, 0x7b, 0xab, 0x23, 0xf5, 0xfb,
  387. 0xe6, 0xde, 0xfd, 0x43, 0x6e, 0x14, 0x73, 0x6b, 0x2e, 0xb6, 0xe6, 0xa2, 0xcf, 0x85, 0xde, 0x7a,
  388. 0x3d, 0x2b, 0x82, 0x65, 0xd0, 0xe0, 0xee, 0x36, 0xb8, 0x07, 0xe9, 0xfe, 0xda, 0x7c, 0xc6, 0xd1,
  389. 0x93, 0x3d, 0x47, 0x7b, 0x2d, 0x8e, 0xbe, 0x9b, 0x79, 0x11, 0xdc, 0xfa, 0x22, 0xcf, 0x04, 0xe6,
  390. 0x6a, 0x3b, 0x5c, 0x66, 0x6b, 0x89, 0xcb, 0x2c, 0x61, 0xc3, 0x05, 0x55, 0xf8, 0x40, 0xb7, 0x63,
  391. 0x11, 0x8f, 0x37, 0x93, 0xd8, 0xd5, 0xef, 0xeb, 0xfc, 0x35, 0x00, 0x00, 0xff, 0xff, 0x80, 0xf5,
  392. 0xa4, 0xb4, 0x76, 0x03, 0x00, 0x00,
  393. }