blob: 7fc5fbfe1043c651f285d3ffd5ce138b529edc63 (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 20 00 00 00 20 08 06 00 00 00 73 7a 7a | .PNG........IHDR.............szz |
| 0020 | f4 00 00 00 04 73 42 49 54 08 08 08 08 7c 08 64 88 00 00 00 09 70 48 59 73 00 00 00 dd 00 00 00 | .....sBIT....|.d.....pHYs....... |
| 0040 | dd 01 70 53 a2 07 00 00 00 19 74 45 58 74 53 6f 66 74 77 61 72 65 00 77 77 77 2e 69 6e 6b 73 63 | ..pS......tEXtSoftware.www.inksc |
| 0060 | 61 70 65 2e 6f 72 67 9b ee 3c 1a 00 00 05 05 49 44 41 54 58 85 c5 97 5d 6c 14 55 14 c7 7f 77 66 | ape.org..<.....IDATX...]l.U...wf |
| 0080 | 76 76 bb f4 1b 0a bb 14 c3 57 03 d2 88 21 14 28 52 ad 05 89 7c 26 54 12 7d d0 6a 1a 4d fc 88 a9 | vv.......W...!.(R...|&T.}.j.M... |
| 00a0 | 91 98 90 18 09 0f 04 13 13 03 24 e8 03 0f 26 96 d0 c2 83 21 b1 92 f4 41 13 81 06 52 69 83 96 0f | ..........$...&....!...A...Ri... |
| 00c0 | 05 05 4b 55 4a 4b 8b dd a5 dd 4e b7 db 99 b9 3e 6c 3b b0 bb d3 ed 02 09 fe 93 49 66 ee b9 73 cf | ..KUJK....N....>l;........If..s. |
| 00e0 | 6f ce dc 7b ee b9 42 4a 49 26 fa e2 fa 66 6f 61 38 b4 4e da 62 1b b0 04 08 8e 5f 00 3d e3 d7 15 | o..{..BJI&...foa8.N.b....._.=... |
| 0100 | a1 c8 a6 81 fc 82 1f eb 4a 9a 47 33 19 57 4c 05 d0 70 be 32 28 2c 73 b7 84 d7 80 9c 8c 68 61 48 | ........J.G3.WL..p.2(,s......haH |
| 0120 | 40 a3 54 b5 3d 35 65 2d 3d 0f 05 50 7f 6a ad 4f f5 c7 76 09 e4 0e c0 9f a1 e3 64 19 12 71 c0 32 | @.T.=5e-=..P.j.O..v.......d..q.2 |
| 0140 | f4 bd b5 55 27 a3 19 03 d4 b7 af 0a 68 52 fb 16 28 7f 48 c7 c9 3a 67 0a /* Generated by the protocol buffer compiler. DO NOT EDIT! */
/* Generated from: StartPowerDownRequest.proto */
#ifndef PROTOBUF_C_StartPowerDownRequest_2eproto__INCLUDED
#define PROTOBUF_C_StartPowerDownRequest_2eproto__INCLUDED
#include <protobuf-c/protobuf-c.h>
PROTOBUF_C__BEGIN_DECLS
#if PROTOBUF_C_VERSION_NUMBER < 1003000
# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
#elif 1003000 < PROTOBUF_C_MIN_COMPILER_VERSION
# error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
#endif
typedef struct _StartPowerDownRequest StartPowerDownRequest;
/* --- enums --- */
/* --- messages --- */
struct _StartPowerDownRequest
{
ProtobufCMessage base;
};
#define START_POWER_DOWN_REQUEST__INIT \
{ PROTOBUF_C_MESSAGE_INIT (&start_power_down_request__descriptor) \
}
/* StartPowerDownRequest methods */
void start_power_down_request__init
(StartPowerDownRequest *message);
size_t start_power_down_request__get_packed_size
(const StartPowerDownRequest *message);
size_t start_power_down_request__pack
(const StartPowerDownRequest *message,
uint8_t *out);
size_t start_power_down_request__pack_to_buffer
(const StartPowerDownRequest *message,
ProtobufCBuffer *buffer);
StartPowerDownRequest *
start_power_down_request__unpack
(ProtobufCAllocator *allocator,
size_t len,
const uint8_t *data);
void start_power_down_request__free_unpacked
(StartPowerDownRequest *message,
ProtobufCAllocator *allocator);
/* --- per-message closures --- */
typedef void (*StartPowerDownRequest_Closure)
(const StartPowerDownRequest *message,
void *closure_data);
/* --- services --- */
/* --- descriptors --- */
extern const ProtobufCMessageDescriptor start_power_down_request__descriptor;
PROTOBUF_C__END_DECLS
#endif /* PROTOBUF_C_StartPowerDownRequest_2eproto__INCLUDED */
|