device.pb.go 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: device.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. // 通过设备唯一编码获取设备基础信息
  20. type DeviceInfoRequest struct {
  21. Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"`
  22. // 设备编码
  23. DeviceCode int32 `protobuf:"varint,2,opt,name=device_code,json=deviceCode,proto3" json:"device_code"`
  24. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  25. XXX_unrecognized []byte `json:"-"`
  26. XXX_sizecache int32 `json:"-"`
  27. }
  28. func (m *DeviceInfoRequest) Reset() { *m = DeviceInfoRequest{} }
  29. func (m *DeviceInfoRequest) String() string { return proto.CompactTextString(m) }
  30. func (*DeviceInfoRequest) ProtoMessage() {}
  31. func (*DeviceInfoRequest) Descriptor() ([]byte, []int) {
  32. return fileDescriptor_870276a56ac00da5, []int{0}
  33. }
  34. func (m *DeviceInfoRequest) XXX_Unmarshal(b []byte) error {
  35. return xxx_messageInfo_DeviceInfoRequest.Unmarshal(m, b)
  36. }
  37. func (m *DeviceInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  38. return xxx_messageInfo_DeviceInfoRequest.Marshal(b, m, deterministic)
  39. }
  40. func (m *DeviceInfoRequest) XXX_Merge(src proto.Message) {
  41. xxx_messageInfo_DeviceInfoRequest.Merge(m, src)
  42. }
  43. func (m *DeviceInfoRequest) XXX_Size() int {
  44. return xxx_messageInfo_DeviceInfoRequest.Size(m)
  45. }
  46. func (m *DeviceInfoRequest) XXX_DiscardUnknown() {
  47. xxx_messageInfo_DeviceInfoRequest.DiscardUnknown(m)
  48. }
  49. var xxx_messageInfo_DeviceInfoRequest proto.InternalMessageInfo
  50. func (m *DeviceInfoRequest) GetSn() string {
  51. if m != nil {
  52. return m.Sn
  53. }
  54. return ""
  55. }
  56. func (m *DeviceInfoRequest) GetDeviceCode() int32 {
  57. if m != nil {
  58. return m.DeviceCode
  59. }
  60. return 0
  61. }
  62. type DeviceInfoReply struct {
  63. // 项目编号
  64. ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  65. // 设备名
  66. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  67. // 设备唯一编码
  68. Sn string `protobuf:"bytes,3,opt,name=sn,proto3" json:"sn"`
  69. // 设备编码
  70. DeviceCode int32 `protobuf:"varint,4,opt,name=device_code,json=deviceCode,proto3" json:"device_code"`
  71. // 设备秘钥
  72. Key string `protobuf:"bytes,5,opt,name=key,proto3" json:"key"`
  73. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  74. XXX_unrecognized []byte `json:"-"`
  75. XXX_sizecache int32 `json:"-"`
  76. }
  77. func (m *DeviceInfoReply) Reset() { *m = DeviceInfoReply{} }
  78. func (m *DeviceInfoReply) String() string { return proto.CompactTextString(m) }
  79. func (*DeviceInfoReply) ProtoMessage() {}
  80. func (*DeviceInfoReply) Descriptor() ([]byte, []int) {
  81. return fileDescriptor_870276a56ac00da5, []int{1}
  82. }
  83. func (m *DeviceInfoReply) XXX_Unmarshal(b []byte) error {
  84. return xxx_messageInfo_DeviceInfoReply.Unmarshal(m, b)
  85. }
  86. func (m *DeviceInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  87. return xxx_messageInfo_DeviceInfoReply.Marshal(b, m, deterministic)
  88. }
  89. func (m *DeviceInfoReply) XXX_Merge(src proto.Message) {
  90. xxx_messageInfo_DeviceInfoReply.Merge(m, src)
  91. }
  92. func (m *DeviceInfoReply) XXX_Size() int {
  93. return xxx_messageInfo_DeviceInfoReply.Size(m)
  94. }
  95. func (m *DeviceInfoReply) XXX_DiscardUnknown() {
  96. xxx_messageInfo_DeviceInfoReply.DiscardUnknown(m)
  97. }
  98. var xxx_messageInfo_DeviceInfoReply proto.InternalMessageInfo
  99. func (m *DeviceInfoReply) GetProjectId() int64 {
  100. if m != nil {
  101. return m.ProjectId
  102. }
  103. return 0
  104. }
  105. func (m *DeviceInfoReply) GetName() string {
  106. if m != nil {
  107. return m.Name
  108. }
  109. return ""
  110. }
  111. func (m *DeviceInfoReply) GetSn() string {
  112. if m != nil {
  113. return m.Sn
  114. }
  115. return ""
  116. }
  117. func (m *DeviceInfoReply) GetDeviceCode() int32 {
  118. if m != nil {
  119. return m.DeviceCode
  120. }
  121. return 0
  122. }
  123. func (m *DeviceInfoReply) GetKey() string {
  124. if m != nil {
  125. return m.Key
  126. }
  127. return ""
  128. }
  129. // 更新设备状态
  130. type DeviceStatusUpdateRequest struct {
  131. Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"`
  132. Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"`
  133. // 设备编码
  134. DeviceCode int32 `protobuf:"varint,3,opt,name=device_code,json=deviceCode,proto3" json:"device_code"`
  135. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  136. XXX_unrecognized []byte `json:"-"`
  137. XXX_sizecache int32 `json:"-"`
  138. }
  139. func (m *DeviceStatusUpdateRequest) Reset() { *m = DeviceStatusUpdateRequest{} }
  140. func (m *DeviceStatusUpdateRequest) String() string { return proto.CompactTextString(m) }
  141. func (*DeviceStatusUpdateRequest) ProtoMessage() {}
  142. func (*DeviceStatusUpdateRequest) Descriptor() ([]byte, []int) {
  143. return fileDescriptor_870276a56ac00da5, []int{2}
  144. }
  145. func (m *DeviceStatusUpdateRequest) XXX_Unmarshal(b []byte) error {
  146. return xxx_messageInfo_DeviceStatusUpdateRequest.Unmarshal(m, b)
  147. }
  148. func (m *DeviceStatusUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  149. return xxx_messageInfo_DeviceStatusUpdateRequest.Marshal(b, m, deterministic)
  150. }
  151. func (m *DeviceStatusUpdateRequest) XXX_Merge(src proto.Message) {
  152. xxx_messageInfo_DeviceStatusUpdateRequest.Merge(m, src)
  153. }
  154. func (m *DeviceStatusUpdateRequest) XXX_Size() int {
  155. return xxx_messageInfo_DeviceStatusUpdateRequest.Size(m)
  156. }
  157. func (m *DeviceStatusUpdateRequest) XXX_DiscardUnknown() {
  158. xxx_messageInfo_DeviceStatusUpdateRequest.DiscardUnknown(m)
  159. }
  160. var xxx_messageInfo_DeviceStatusUpdateRequest proto.InternalMessageInfo
  161. func (m *DeviceStatusUpdateRequest) GetSn() string {
  162. if m != nil {
  163. return m.Sn
  164. }
  165. return ""
  166. }
  167. func (m *DeviceStatusUpdateRequest) GetStatus() int32 {
  168. if m != nil {
  169. return m.Status
  170. }
  171. return 0
  172. }
  173. func (m *DeviceStatusUpdateRequest) GetDeviceCode() int32 {
  174. if m != nil {
  175. return m.DeviceCode
  176. }
  177. return 0
  178. }
  179. type DeviceStatusUpdateReply struct {
  180. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  181. XXX_unrecognized []byte `json:"-"`
  182. XXX_sizecache int32 `json:"-"`
  183. }
  184. func (m *DeviceStatusUpdateReply) Reset() { *m = DeviceStatusUpdateReply{} }
  185. func (m *DeviceStatusUpdateReply) String() string { return proto.CompactTextString(m) }
  186. func (*DeviceStatusUpdateReply) ProtoMessage() {}
  187. func (*DeviceStatusUpdateReply) Descriptor() ([]byte, []int) {
  188. return fileDescriptor_870276a56ac00da5, []int{3}
  189. }
  190. func (m *DeviceStatusUpdateReply) XXX_Unmarshal(b []byte) error {
  191. return xxx_messageInfo_DeviceStatusUpdateReply.Unmarshal(m, b)
  192. }
  193. func (m *DeviceStatusUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  194. return xxx_messageInfo_DeviceStatusUpdateReply.Marshal(b, m, deterministic)
  195. }
  196. func (m *DeviceStatusUpdateReply) XXX_Merge(src proto.Message) {
  197. xxx_messageInfo_DeviceStatusUpdateReply.Merge(m, src)
  198. }
  199. func (m *DeviceStatusUpdateReply) XXX_Size() int {
  200. return xxx_messageInfo_DeviceStatusUpdateReply.Size(m)
  201. }
  202. func (m *DeviceStatusUpdateReply) XXX_DiscardUnknown() {
  203. xxx_messageInfo_DeviceStatusUpdateReply.DiscardUnknown(m)
  204. }
  205. var xxx_messageInfo_DeviceStatusUpdateReply proto.InternalMessageInfo
  206. // 设置设备参数
  207. type DeviceParamSetRequest struct {
  208. Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"`
  209. Param string `protobuf:"bytes,2,opt,name=param,proto3" json:"param"`
  210. // 设备编码
  211. DeviceCode int32 `protobuf:"varint,3,opt,name=device_code,json=deviceCode,proto3" json:"device_code"`
  212. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  213. XXX_unrecognized []byte `json:"-"`
  214. XXX_sizecache int32 `json:"-"`
  215. }
  216. func (m *DeviceParamSetRequest) Reset() { *m = DeviceParamSetRequest{} }
  217. func (m *DeviceParamSetRequest) String() string { return proto.CompactTextString(m) }
  218. func (*DeviceParamSetRequest) ProtoMessage() {}
  219. func (*DeviceParamSetRequest) Descriptor() ([]byte, []int) {
  220. return fileDescriptor_870276a56ac00da5, []int{4}
  221. }
  222. func (m *DeviceParamSetRequest) XXX_Unmarshal(b []byte) error {
  223. return xxx_messageInfo_DeviceParamSetRequest.Unmarshal(m, b)
  224. }
  225. func (m *DeviceParamSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  226. return xxx_messageInfo_DeviceParamSetRequest.Marshal(b, m, deterministic)
  227. }
  228. func (m *DeviceParamSetRequest) XXX_Merge(src proto.Message) {
  229. xxx_messageInfo_DeviceParamSetRequest.Merge(m, src)
  230. }
  231. func (m *DeviceParamSetRequest) XXX_Size() int {
  232. return xxx_messageInfo_DeviceParamSetRequest.Size(m)
  233. }
  234. func (m *DeviceParamSetRequest) XXX_DiscardUnknown() {
  235. xxx_messageInfo_DeviceParamSetRequest.DiscardUnknown(m)
  236. }
  237. var xxx_messageInfo_DeviceParamSetRequest proto.InternalMessageInfo
  238. func (m *DeviceParamSetRequest) GetSn() string {
  239. if m != nil {
  240. return m.Sn
  241. }
  242. return ""
  243. }
  244. func (m *DeviceParamSetRequest) GetParam() string {
  245. if m != nil {
  246. return m.Param
  247. }
  248. return ""
  249. }
  250. func (m *DeviceParamSetRequest) GetDeviceCode() int32 {
  251. if m != nil {
  252. return m.DeviceCode
  253. }
  254. return 0
  255. }
  256. type DeviceParamSetReply struct {
  257. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  258. XXX_unrecognized []byte `json:"-"`
  259. XXX_sizecache int32 `json:"-"`
  260. }
  261. func (m *DeviceParamSetReply) Reset() { *m = DeviceParamSetReply{} }
  262. func (m *DeviceParamSetReply) String() string { return proto.CompactTextString(m) }
  263. func (*DeviceParamSetReply) ProtoMessage() {}
  264. func (*DeviceParamSetReply) Descriptor() ([]byte, []int) {
  265. return fileDescriptor_870276a56ac00da5, []int{5}
  266. }
  267. func (m *DeviceParamSetReply) XXX_Unmarshal(b []byte) error {
  268. return xxx_messageInfo_DeviceParamSetReply.Unmarshal(m, b)
  269. }
  270. func (m *DeviceParamSetReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  271. return xxx_messageInfo_DeviceParamSetReply.Marshal(b, m, deterministic)
  272. }
  273. func (m *DeviceParamSetReply) XXX_Merge(src proto.Message) {
  274. xxx_messageInfo_DeviceParamSetReply.Merge(m, src)
  275. }
  276. func (m *DeviceParamSetReply) XXX_Size() int {
  277. return xxx_messageInfo_DeviceParamSetReply.Size(m)
  278. }
  279. func (m *DeviceParamSetReply) XXX_DiscardUnknown() {
  280. xxx_messageInfo_DeviceParamSetReply.DiscardUnknown(m)
  281. }
  282. var xxx_messageInfo_DeviceParamSetReply proto.InternalMessageInfo
  283. type GetAllDustSnRequest struct {
  284. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  285. XXX_unrecognized []byte `json:"-"`
  286. XXX_sizecache int32 `json:"-"`
  287. }
  288. func (m *GetAllDustSnRequest) Reset() { *m = GetAllDustSnRequest{} }
  289. func (m *GetAllDustSnRequest) String() string { return proto.CompactTextString(m) }
  290. func (*GetAllDustSnRequest) ProtoMessage() {}
  291. func (*GetAllDustSnRequest) Descriptor() ([]byte, []int) {
  292. return fileDescriptor_870276a56ac00da5, []int{6}
  293. }
  294. func (m *GetAllDustSnRequest) XXX_Unmarshal(b []byte) error {
  295. return xxx_messageInfo_GetAllDustSnRequest.Unmarshal(m, b)
  296. }
  297. func (m *GetAllDustSnRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  298. return xxx_messageInfo_GetAllDustSnRequest.Marshal(b, m, deterministic)
  299. }
  300. func (m *GetAllDustSnRequest) XXX_Merge(src proto.Message) {
  301. xxx_messageInfo_GetAllDustSnRequest.Merge(m, src)
  302. }
  303. func (m *GetAllDustSnRequest) XXX_Size() int {
  304. return xxx_messageInfo_GetAllDustSnRequest.Size(m)
  305. }
  306. func (m *GetAllDustSnRequest) XXX_DiscardUnknown() {
  307. xxx_messageInfo_GetAllDustSnRequest.DiscardUnknown(m)
  308. }
  309. var xxx_messageInfo_GetAllDustSnRequest proto.InternalMessageInfo
  310. type GetAllDustSnReply struct {
  311. Sns []string `protobuf:"bytes,1,rep,name=sns,proto3" json:"sns"`
  312. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  313. XXX_unrecognized []byte `json:"-"`
  314. XXX_sizecache int32 `json:"-"`
  315. }
  316. func (m *GetAllDustSnReply) Reset() { *m = GetAllDustSnReply{} }
  317. func (m *GetAllDustSnReply) String() string { return proto.CompactTextString(m) }
  318. func (*GetAllDustSnReply) ProtoMessage() {}
  319. func (*GetAllDustSnReply) Descriptor() ([]byte, []int) {
  320. return fileDescriptor_870276a56ac00da5, []int{7}
  321. }
  322. func (m *GetAllDustSnReply) XXX_Unmarshal(b []byte) error {
  323. return xxx_messageInfo_GetAllDustSnReply.Unmarshal(m, b)
  324. }
  325. func (m *GetAllDustSnReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  326. return xxx_messageInfo_GetAllDustSnReply.Marshal(b, m, deterministic)
  327. }
  328. func (m *GetAllDustSnReply) XXX_Merge(src proto.Message) {
  329. xxx_messageInfo_GetAllDustSnReply.Merge(m, src)
  330. }
  331. func (m *GetAllDustSnReply) XXX_Size() int {
  332. return xxx_messageInfo_GetAllDustSnReply.Size(m)
  333. }
  334. func (m *GetAllDustSnReply) XXX_DiscardUnknown() {
  335. xxx_messageInfo_GetAllDustSnReply.DiscardUnknown(m)
  336. }
  337. var xxx_messageInfo_GetAllDustSnReply proto.InternalMessageInfo
  338. func (m *GetAllDustSnReply) GetSns() []string {
  339. if m != nil {
  340. return m.Sns
  341. }
  342. return nil
  343. }
  344. func init() {
  345. proto.RegisterType((*DeviceInfoRequest)(nil), "v1.DeviceInfoRequest")
  346. proto.RegisterType((*DeviceInfoReply)(nil), "v1.DeviceInfoReply")
  347. proto.RegisterType((*DeviceStatusUpdateRequest)(nil), "v1.DeviceStatusUpdateRequest")
  348. proto.RegisterType((*DeviceStatusUpdateReply)(nil), "v1.DeviceStatusUpdateReply")
  349. proto.RegisterType((*DeviceParamSetRequest)(nil), "v1.DeviceParamSetRequest")
  350. proto.RegisterType((*DeviceParamSetReply)(nil), "v1.DeviceParamSetReply")
  351. proto.RegisterType((*GetAllDustSnRequest)(nil), "v1.GetAllDustSnRequest")
  352. proto.RegisterType((*GetAllDustSnReply)(nil), "v1.GetAllDustSnReply")
  353. }
  354. func init() {
  355. proto.RegisterFile("device.proto", fileDescriptor_870276a56ac00da5)
  356. }
  357. var fileDescriptor_870276a56ac00da5 = []byte{
  358. // 307 bytes of a gzipped FileDescriptorProto
  359. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xd1, 0x4a, 0xf3, 0x30,
  360. 0x14, 0xc7, 0x69, 0xb3, 0x0d, 0x76, 0xbe, 0x0f, 0xdd, 0xb2, 0x55, 0xbb, 0x0b, 0xb1, 0x14, 0x84,
  361. 0xdd, 0xe8, 0x18, 0x3e, 0x81, 0x5a, 0x90, 0xdd, 0x49, 0x8b, 0x37, 0x5e, 0x38, 0xba, 0x26, 0x42,
  362. 0xb5, 0x4d, 0x62, 0x93, 0x16, 0xfa, 0x04, 0xbe, 0xb6, 0x34, 0xc9, 0x85, 0x56, 0x8b, 0x77, 0xe7,
  363. 0xfc, 0x73, 0xce, 0xff, 0x97, 0x73, 0x12, 0xf8, 0x4f, 0x68, 0x93, 0x67, 0xf4, 0x4a, 0x54, 0x5c,
  364. 0x71, 0xec, 0x36, 0xdb, 0x30, 0x82, 0x79, 0xa4, 0xb5, 0x1d, 0x7b, 0xe1, 0x31, 0x7d, 0xaf, 0xa9,
  365. 0x54, 0xf8, 0x08, 0x5c, 0xc9, 0x7c, 0x27, 0x70, 0xd6, 0xd3, 0xd8, 0x95, 0x0c, 0x9f, 0xc3, 0x3f,
  366. 0xd3, 0xb8, 0xcf, 0x38, 0xa1, 0xbe, 0x1b, 0x38, 0xeb, 0x71, 0x0c, 0x46, 0xba, 0xe3, 0x84, 0x86,
  367. 0x1f, 0x0e, 0x1c, 0x7f, 0xb5, 0x11, 0x45, 0x8b, 0xcf, 0x00, 0x44, 0xc5, 0x5f, 0x69, 0xa6, 0xf6,
  368. 0x39, 0xd1, 0x66, 0x28, 0x9e, 0x5a, 0x65, 0x47, 0x30, 0x86, 0x11, 0x4b, 0x4b, 0x63, 0x36, 0x8d,
  369. 0x75, 0x6c, 0xb9, 0x68, 0x88, 0x3b, 0xea, 0x73, 0xf1, 0x0c, 0xd0, 0x1b, 0x6d, 0xfd, 0xb1, 0xee,
  370. 0xe8, 0xc2, 0x90, 0xc0, 0xca, 0x5c, 0x24, 0x51, 0xa9, 0xaa, 0xe5, 0xa3, 0x20, 0xa9, 0xa2, 0x43,
  371. 0x73, 0x9d, 0xc0, 0x44, 0xea, 0x32, 0x3b, 0x92, 0xcd, 0xfa, 0x5c, 0xf4, 0x63, 0xde, 0x15, 0x9c,
  372. 0xfe, 0x46, 0x11, 0x45, 0x1b, 0x3e, 0x83, 0x67, 0x8e, 0x1e, 0xd2, 0x2a, 0x2d, 0x13, 0xaa, 0x86,
  373. 0xe0, 0x4b, 0x18, 0x8b, 0xae, 0xc4, 0x6e, 0xc0, 0x24, 0x7f, 0xa3, 0x3d, 0x58, 0xf4, 0xfd, 0x3b,
  374. 0xac, 0x07, 0x8b, 0x7b, 0xaa, 0x6e, 0x8a, 0x22, 0xaa, 0xa5, 0x4a, 0x98, 0x85, 0x86, 0x17, 0x30,
  375. 0xff, 0x2e, 0x77, 0x2f, 0x33, 0x03, 0x24, 0x99, 0xf4, 0x9d, 0x00, 0x75, 0x5b, 0x93, 0x4c, 0xde,
  376. 0x2e, 0x9f, 0x30, 0xa9, 0xa5, 0xba, 0x2c, 0x39, 0xcb, 0x15, 0xaf, 0x36, 0xe2, 0xb0, 0x69, 0xb6,
  377. 0x87, 0x89, 0xfe, 0x26, 0xd7, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x7a, 0x0c, 0xa7, 0x7c, 0x36,
  378. 0x02, 0x00, 0x00,
  379. }