kfc.pb.go 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: kfc.proto
  3. package kfc
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import _ "github.com/gogo/protobuf/gogoproto"
  8. import go_common_library_time "go-common/library/time"
  9. import io "io"
  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.ProtoPackageIsVersion2 // please upgrade the proto package
  19. type BnjKfcCoupon struct {
  20. ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"id"`
  21. Mid int64 `protobuf:"varint,2,opt,name=Mid,proto3" json:"mid"`
  22. CouponCode string `protobuf:"bytes,3,opt,name=Coupon_code,json=CouponCode,proto3" json:"coupon_code"`
  23. Desc string `protobuf:"bytes,4,opt,name=Desc,proto3" json:"desc"`
  24. State int64 `protobuf:"varint,5,opt,name=State,proto3" json:"state"`
  25. DeleteTime go_common_library_time.Time `protobuf:"varint,6,opt,name=Delete_time,json=DeleteTime,proto3,casttype=go-common/library/time.Time" json:"-"`
  26. Ctime go_common_library_time.Time `protobuf:"varint,7,opt,name=Ctime,proto3,casttype=go-common/library/time.Time" json:"-"`
  27. Mtime go_common_library_time.Time `protobuf:"varint,8,opt,name=Mtime,proto3,casttype=go-common/library/time.Time" json:"-"`
  28. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  29. XXX_unrecognized []byte `json:"-"`
  30. XXX_sizecache int32 `json:"-"`
  31. }
  32. func (m *BnjKfcCoupon) Reset() { *m = BnjKfcCoupon{} }
  33. func (m *BnjKfcCoupon) String() string { return proto.CompactTextString(m) }
  34. func (*BnjKfcCoupon) ProtoMessage() {}
  35. func (*BnjKfcCoupon) Descriptor() ([]byte, []int) {
  36. return fileDescriptor_kfc_398e27aa918bebb1, []int{0}
  37. }
  38. func (m *BnjKfcCoupon) XXX_Unmarshal(b []byte) error {
  39. return m.Unmarshal(b)
  40. }
  41. func (m *BnjKfcCoupon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  42. if deterministic {
  43. return xxx_messageInfo_BnjKfcCoupon.Marshal(b, m, deterministic)
  44. } else {
  45. b = b[:cap(b)]
  46. n, err := m.MarshalTo(b)
  47. if err != nil {
  48. return nil, err
  49. }
  50. return b[:n], nil
  51. }
  52. }
  53. func (dst *BnjKfcCoupon) XXX_Merge(src proto.Message) {
  54. xxx_messageInfo_BnjKfcCoupon.Merge(dst, src)
  55. }
  56. func (m *BnjKfcCoupon) XXX_Size() int {
  57. return m.Size()
  58. }
  59. func (m *BnjKfcCoupon) XXX_DiscardUnknown() {
  60. xxx_messageInfo_BnjKfcCoupon.DiscardUnknown(m)
  61. }
  62. var xxx_messageInfo_BnjKfcCoupon proto.InternalMessageInfo
  63. func init() {
  64. proto.RegisterType((*BnjKfcCoupon)(nil), "activity.service.BnjKfcCoupon")
  65. }
  66. func (m *BnjKfcCoupon) Marshal() (dAtA []byte, err error) {
  67. size := m.Size()
  68. dAtA = make([]byte, size)
  69. n, err := m.MarshalTo(dAtA)
  70. if err != nil {
  71. return nil, err
  72. }
  73. return dAtA[:n], nil
  74. }
  75. func (m *BnjKfcCoupon) MarshalTo(dAtA []byte) (int, error) {
  76. var i int
  77. _ = i
  78. var l int
  79. _ = l
  80. if m.ID != 0 {
  81. dAtA[i] = 0x8
  82. i++
  83. i = encodeVarintKfc(dAtA, i, uint64(m.ID))
  84. }
  85. if m.Mid != 0 {
  86. dAtA[i] = 0x10
  87. i++
  88. i = encodeVarintKfc(dAtA, i, uint64(m.Mid))
  89. }
  90. if len(m.CouponCode) > 0 {
  91. dAtA[i] = 0x1a
  92. i++
  93. i = encodeVarintKfc(dAtA, i, uint64(len(m.CouponCode)))
  94. i += copy(dAtA[i:], m.CouponCode)
  95. }
  96. if len(m.Desc) > 0 {
  97. dAtA[i] = 0x22
  98. i++
  99. i = encodeVarintKfc(dAtA, i, uint64(len(m.Desc)))
  100. i += copy(dAtA[i:], m.Desc)
  101. }
  102. if m.State != 0 {
  103. dAtA[i] = 0x28
  104. i++
  105. i = encodeVarintKfc(dAtA, i, uint64(m.State))
  106. }
  107. if m.DeleteTime != 0 {
  108. dAtA[i] = 0x30
  109. i++
  110. i = encodeVarintKfc(dAtA, i, uint64(m.DeleteTime))
  111. }
  112. if m.Ctime != 0 {
  113. dAtA[i] = 0x38
  114. i++
  115. i = encodeVarintKfc(dAtA, i, uint64(m.Ctime))
  116. }
  117. if m.Mtime != 0 {
  118. dAtA[i] = 0x40
  119. i++
  120. i = encodeVarintKfc(dAtA, i, uint64(m.Mtime))
  121. }
  122. if m.XXX_unrecognized != nil {
  123. i += copy(dAtA[i:], m.XXX_unrecognized)
  124. }
  125. return i, nil
  126. }
  127. func encodeVarintKfc(dAtA []byte, offset int, v uint64) int {
  128. for v >= 1<<7 {
  129. dAtA[offset] = uint8(v&0x7f | 0x80)
  130. v >>= 7
  131. offset++
  132. }
  133. dAtA[offset] = uint8(v)
  134. return offset + 1
  135. }
  136. func (m *BnjKfcCoupon) Size() (n int) {
  137. if m == nil {
  138. return 0
  139. }
  140. var l int
  141. _ = l
  142. if m.ID != 0 {
  143. n += 1 + sovKfc(uint64(m.ID))
  144. }
  145. if m.Mid != 0 {
  146. n += 1 + sovKfc(uint64(m.Mid))
  147. }
  148. l = len(m.CouponCode)
  149. if l > 0 {
  150. n += 1 + l + sovKfc(uint64(l))
  151. }
  152. l = len(m.Desc)
  153. if l > 0 {
  154. n += 1 + l + sovKfc(uint64(l))
  155. }
  156. if m.State != 0 {
  157. n += 1 + sovKfc(uint64(m.State))
  158. }
  159. if m.DeleteTime != 0 {
  160. n += 1 + sovKfc(uint64(m.DeleteTime))
  161. }
  162. if m.Ctime != 0 {
  163. n += 1 + sovKfc(uint64(m.Ctime))
  164. }
  165. if m.Mtime != 0 {
  166. n += 1 + sovKfc(uint64(m.Mtime))
  167. }
  168. if m.XXX_unrecognized != nil {
  169. n += len(m.XXX_unrecognized)
  170. }
  171. return n
  172. }
  173. func sovKfc(x uint64) (n int) {
  174. for {
  175. n++
  176. x >>= 7
  177. if x == 0 {
  178. break
  179. }
  180. }
  181. return n
  182. }
  183. func sozKfc(x uint64) (n int) {
  184. return sovKfc(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  185. }
  186. func (m *BnjKfcCoupon) Unmarshal(dAtA []byte) error {
  187. l := len(dAtA)
  188. iNdEx := 0
  189. for iNdEx < l {
  190. preIndex := iNdEx
  191. var wire uint64
  192. for shift := uint(0); ; shift += 7 {
  193. if shift >= 64 {
  194. return ErrIntOverflowKfc
  195. }
  196. if iNdEx >= l {
  197. return io.ErrUnexpectedEOF
  198. }
  199. b := dAtA[iNdEx]
  200. iNdEx++
  201. wire |= (uint64(b) & 0x7F) << shift
  202. if b < 0x80 {
  203. break
  204. }
  205. }
  206. fieldNum := int32(wire >> 3)
  207. wireType := int(wire & 0x7)
  208. if wireType == 4 {
  209. return fmt.Errorf("proto: BnjKfcCoupon: wiretype end group for non-group")
  210. }
  211. if fieldNum <= 0 {
  212. return fmt.Errorf("proto: BnjKfcCoupon: illegal tag %d (wire type %d)", fieldNum, wire)
  213. }
  214. switch fieldNum {
  215. case 1:
  216. if wireType != 0 {
  217. return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType)
  218. }
  219. m.ID = 0
  220. for shift := uint(0); ; shift += 7 {
  221. if shift >= 64 {
  222. return ErrIntOverflowKfc
  223. }
  224. if iNdEx >= l {
  225. return io.ErrUnexpectedEOF
  226. }
  227. b := dAtA[iNdEx]
  228. iNdEx++
  229. m.ID |= (int64(b) & 0x7F) << shift
  230. if b < 0x80 {
  231. break
  232. }
  233. }
  234. case 2:
  235. if wireType != 0 {
  236. return fmt.Errorf("proto: wrong wireType = %d for field Mid", wireType)
  237. }
  238. m.Mid = 0
  239. for shift := uint(0); ; shift += 7 {
  240. if shift >= 64 {
  241. return ErrIntOverflowKfc
  242. }
  243. if iNdEx >= l {
  244. return io.ErrUnexpectedEOF
  245. }
  246. b := dAtA[iNdEx]
  247. iNdEx++
  248. m.Mid |= (int64(b) & 0x7F) << shift
  249. if b < 0x80 {
  250. break
  251. }
  252. }
  253. case 3:
  254. if wireType != 2 {
  255. return fmt.Errorf("proto: wrong wireType = %d for field CouponCode", wireType)
  256. }
  257. var stringLen uint64
  258. for shift := uint(0); ; shift += 7 {
  259. if shift >= 64 {
  260. return ErrIntOverflowKfc
  261. }
  262. if iNdEx >= l {
  263. return io.ErrUnexpectedEOF
  264. }
  265. b := dAtA[iNdEx]
  266. iNdEx++
  267. stringLen |= (uint64(b) & 0x7F) << shift
  268. if b < 0x80 {
  269. break
  270. }
  271. }
  272. intStringLen := int(stringLen)
  273. if intStringLen < 0 {
  274. return ErrInvalidLengthKfc
  275. }
  276. postIndex := iNdEx + intStringLen
  277. if postIndex > l {
  278. return io.ErrUnexpectedEOF
  279. }
  280. m.CouponCode = string(dAtA[iNdEx:postIndex])
  281. iNdEx = postIndex
  282. case 4:
  283. if wireType != 2 {
  284. return fmt.Errorf("proto: wrong wireType = %d for field Desc", wireType)
  285. }
  286. var stringLen uint64
  287. for shift := uint(0); ; shift += 7 {
  288. if shift >= 64 {
  289. return ErrIntOverflowKfc
  290. }
  291. if iNdEx >= l {
  292. return io.ErrUnexpectedEOF
  293. }
  294. b := dAtA[iNdEx]
  295. iNdEx++
  296. stringLen |= (uint64(b) & 0x7F) << shift
  297. if b < 0x80 {
  298. break
  299. }
  300. }
  301. intStringLen := int(stringLen)
  302. if intStringLen < 0 {
  303. return ErrInvalidLengthKfc
  304. }
  305. postIndex := iNdEx + intStringLen
  306. if postIndex > l {
  307. return io.ErrUnexpectedEOF
  308. }
  309. m.Desc = string(dAtA[iNdEx:postIndex])
  310. iNdEx = postIndex
  311. case 5:
  312. if wireType != 0 {
  313. return fmt.Errorf("proto: wrong wireType = %d for field State", wireType)
  314. }
  315. m.State = 0
  316. for shift := uint(0); ; shift += 7 {
  317. if shift >= 64 {
  318. return ErrIntOverflowKfc
  319. }
  320. if iNdEx >= l {
  321. return io.ErrUnexpectedEOF
  322. }
  323. b := dAtA[iNdEx]
  324. iNdEx++
  325. m.State |= (int64(b) & 0x7F) << shift
  326. if b < 0x80 {
  327. break
  328. }
  329. }
  330. case 6:
  331. if wireType != 0 {
  332. return fmt.Errorf("proto: wrong wireType = %d for field DeleteTime", wireType)
  333. }
  334. m.DeleteTime = 0
  335. for shift := uint(0); ; shift += 7 {
  336. if shift >= 64 {
  337. return ErrIntOverflowKfc
  338. }
  339. if iNdEx >= l {
  340. return io.ErrUnexpectedEOF
  341. }
  342. b := dAtA[iNdEx]
  343. iNdEx++
  344. m.DeleteTime |= (go_common_library_time.Time(b) & 0x7F) << shift
  345. if b < 0x80 {
  346. break
  347. }
  348. }
  349. case 7:
  350. if wireType != 0 {
  351. return fmt.Errorf("proto: wrong wireType = %d for field Ctime", wireType)
  352. }
  353. m.Ctime = 0
  354. for shift := uint(0); ; shift += 7 {
  355. if shift >= 64 {
  356. return ErrIntOverflowKfc
  357. }
  358. if iNdEx >= l {
  359. return io.ErrUnexpectedEOF
  360. }
  361. b := dAtA[iNdEx]
  362. iNdEx++
  363. m.Ctime |= (go_common_library_time.Time(b) & 0x7F) << shift
  364. if b < 0x80 {
  365. break
  366. }
  367. }
  368. case 8:
  369. if wireType != 0 {
  370. return fmt.Errorf("proto: wrong wireType = %d for field Mtime", wireType)
  371. }
  372. m.Mtime = 0
  373. for shift := uint(0); ; shift += 7 {
  374. if shift >= 64 {
  375. return ErrIntOverflowKfc
  376. }
  377. if iNdEx >= l {
  378. return io.ErrUnexpectedEOF
  379. }
  380. b := dAtA[iNdEx]
  381. iNdEx++
  382. m.Mtime |= (go_common_library_time.Time(b) & 0x7F) << shift
  383. if b < 0x80 {
  384. break
  385. }
  386. }
  387. default:
  388. iNdEx = preIndex
  389. skippy, err := skipKfc(dAtA[iNdEx:])
  390. if err != nil {
  391. return err
  392. }
  393. if skippy < 0 {
  394. return ErrInvalidLengthKfc
  395. }
  396. if (iNdEx + skippy) > l {
  397. return io.ErrUnexpectedEOF
  398. }
  399. m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
  400. iNdEx += skippy
  401. }
  402. }
  403. if iNdEx > l {
  404. return io.ErrUnexpectedEOF
  405. }
  406. return nil
  407. }
  408. func skipKfc(dAtA []byte) (n int, err error) {
  409. l := len(dAtA)
  410. iNdEx := 0
  411. for iNdEx < l {
  412. var wire uint64
  413. for shift := uint(0); ; shift += 7 {
  414. if shift >= 64 {
  415. return 0, ErrIntOverflowKfc
  416. }
  417. if iNdEx >= l {
  418. return 0, io.ErrUnexpectedEOF
  419. }
  420. b := dAtA[iNdEx]
  421. iNdEx++
  422. wire |= (uint64(b) & 0x7F) << shift
  423. if b < 0x80 {
  424. break
  425. }
  426. }
  427. wireType := int(wire & 0x7)
  428. switch wireType {
  429. case 0:
  430. for shift := uint(0); ; shift += 7 {
  431. if shift >= 64 {
  432. return 0, ErrIntOverflowKfc
  433. }
  434. if iNdEx >= l {
  435. return 0, io.ErrUnexpectedEOF
  436. }
  437. iNdEx++
  438. if dAtA[iNdEx-1] < 0x80 {
  439. break
  440. }
  441. }
  442. return iNdEx, nil
  443. case 1:
  444. iNdEx += 8
  445. return iNdEx, nil
  446. case 2:
  447. var length int
  448. for shift := uint(0); ; shift += 7 {
  449. if shift >= 64 {
  450. return 0, ErrIntOverflowKfc
  451. }
  452. if iNdEx >= l {
  453. return 0, io.ErrUnexpectedEOF
  454. }
  455. b := dAtA[iNdEx]
  456. iNdEx++
  457. length |= (int(b) & 0x7F) << shift
  458. if b < 0x80 {
  459. break
  460. }
  461. }
  462. iNdEx += length
  463. if length < 0 {
  464. return 0, ErrInvalidLengthKfc
  465. }
  466. return iNdEx, nil
  467. case 3:
  468. for {
  469. var innerWire uint64
  470. var start int = iNdEx
  471. for shift := uint(0); ; shift += 7 {
  472. if shift >= 64 {
  473. return 0, ErrIntOverflowKfc
  474. }
  475. if iNdEx >= l {
  476. return 0, io.ErrUnexpectedEOF
  477. }
  478. b := dAtA[iNdEx]
  479. iNdEx++
  480. innerWire |= (uint64(b) & 0x7F) << shift
  481. if b < 0x80 {
  482. break
  483. }
  484. }
  485. innerWireType := int(innerWire & 0x7)
  486. if innerWireType == 4 {
  487. break
  488. }
  489. next, err := skipKfc(dAtA[start:])
  490. if err != nil {
  491. return 0, err
  492. }
  493. iNdEx = start + next
  494. }
  495. return iNdEx, nil
  496. case 4:
  497. return iNdEx, nil
  498. case 5:
  499. iNdEx += 4
  500. return iNdEx, nil
  501. default:
  502. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  503. }
  504. }
  505. panic("unreachable")
  506. }
  507. var (
  508. ErrInvalidLengthKfc = fmt.Errorf("proto: negative length found during unmarshaling")
  509. ErrIntOverflowKfc = fmt.Errorf("proto: integer overflow")
  510. )
  511. func init() { proto.RegisterFile("kfc.proto", fileDescriptor_kfc_398e27aa918bebb1) }
  512. var fileDescriptor_kfc_398e27aa918bebb1 = []byte{
  513. // 337 bytes of a gzipped FileDescriptorProto
  514. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x91, 0x3d, 0x6f, 0xea, 0x30,
  515. 0x14, 0x86, 0x71, 0x42, 0xf8, 0x30, 0x57, 0xba, 0x57, 0x1e, 0xae, 0xd2, 0xaf, 0x18, 0x55, 0x1d,
  516. 0x58, 0x48, 0x2a, 0x75, 0xeb, 0x18, 0xd2, 0x01, 0x55, 0x2c, 0x69, 0xa7, 0x2e, 0x88, 0x38, 0x4e,
  517. 0xea, 0x42, 0x30, 0x4a, 0x0c, 0x12, 0xff, 0xa4, 0x3f, 0x89, 0x91, 0x5f, 0x60, 0x15, 0xba, 0x65,
  518. 0xeb, 0xda, 0xa9, 0xca, 0xc9, 0xd0, 0x99, 0xed, 0x9c, 0xd7, 0xcf, 0xf3, 0x7a, 0x38, 0xb8, 0x3b,
  519. 0x4f, 0x98, 0xbb, 0xca, 0xa5, 0x92, 0xe4, 0xdf, 0x8c, 0x29, 0xb1, 0x11, 0x6a, 0xeb, 0x16, 0x3c,
  520. 0xdf, 0x08, 0xc6, 0xcf, 0x87, 0xa9, 0x50, 0xaf, 0xeb, 0xc8, 0x65, 0x32, 0xf3, 0x52, 0x99, 0x4a,
  521. 0x0f, 0xc0, 0x68, 0x9d, 0xc0, 0x06, 0x0b, 0x4c, 0x75, 0xc1, 0xf5, 0x97, 0x81, 0xff, 0xf8, 0xcb,
  522. 0xb7, 0xc7, 0x84, 0x8d, 0xe4, 0x7a, 0x25, 0x97, 0xe4, 0x3f, 0x36, 0xc6, 0x81, 0x8d, 0xfa, 0x68,
  523. 0x60, 0xfa, 0xad, 0x52, 0x53, 0x43, 0xc4, 0xa1, 0x31, 0x0e, 0xc8, 0x19, 0x36, 0x27, 0x22, 0xb6,
  524. 0x0d, 0x78, 0x68, 0x97, 0x9a, 0x9a, 0x99, 0x88, 0xc3, 0x2a, 0x23, 0xb7, 0xb8, 0x57, 0xcb, 0x53,
  525. 0x26, 0x63, 0x6e, 0x9b, 0x7d, 0x34, 0xe8, 0xfa, 0x7f, 0x4b, 0x4d, 0x7b, 0xec, 0x37, 0x0e, 0x71,
  526. 0xcd, 0x8c, 0x64, 0xcc, 0xc9, 0x25, 0x6e, 0x06, 0xbc, 0x60, 0x76, 0x13, 0xd0, 0x4e, 0xa9, 0x69,
  527. 0x33, 0xe6, 0x05, 0x0b, 0x21, 0x25, 0x14, 0x5b, 0x4f, 0x6a, 0xa6, 0xb8, 0x6d, 0xc1, 0x67, 0xdd,
  528. 0x52, 0x53, 0xab, 0xa8, 0x82, 0xb0, 0xce, 0xc9, 0x03, 0xee, 0x05, 0x7c, 0xc1, 0x15, 0x9f, 0x2a,
  529. 0x91, 0x71, 0xbb, 0x05, 0xd8, 0x4d, 0xa9, 0x29, 0x1a, 0x7e, 0x6b, 0x7a, 0x91, 0xca, 0x21, 0x93,
  530. 0x59, 0x26, 0x97, 0xde, 0x42, 0x44, 0xf9, 0x2c, 0xdf, 0x7a, 0x15, 0xe6, 0x3e, 0x8b, 0x8c, 0x87,
  531. 0xb8, 0x16, 0xab, 0x99, 0xdc, 0x63, 0x6b, 0x04, 0x05, 0xed, 0x13, 0x0a, 0x6a, 0xa5, 0x72, 0x27,
  532. 0xe0, 0x76, 0x4e, 0x71, 0x41, 0xf1, 0xaf, 0x76, 0x07, 0xa7, 0xb1, 0x3f, 0x38, 0x8d, 0xdd, 0xd1,
  533. 0x41, 0xfb, 0xa3, 0x83, 0x3e, 0x8e, 0x0e, 0x7a, 0xff, 0x74, 0x1a, 0x2f, 0xe6, 0x3c, 0x61, 0x51,
  534. 0x0b, 0x2e, 0x73, 0xf7, 0x13, 0x00, 0x00, 0xff, 0xff, 0x98, 0x5a, 0x85, 0xb0, 0xe7, 0x01, 0x00,
  535. 0x00,
  536. }