| ofs | hex dump | ascii |
|---|
| 0000 | 21 3c 61 72 63 68 3e 0a 2f 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 31 34 38 35 38 30 39 39 | !<arch>./...............14858099 |
| 0020 | 38 33 20 20 20 20 20 20 20 20 20 20 20 20 20 20 30 20 20 20 20 20 20 20 31 36 39 37 30 20 20 20 | 83..............0.......16970... |
| 0040 | 20 20 60 0a 00 00 00 8c 00 00 85 9c 00 00 85 9c 00 00 85 9c 00 00 85 9c 00 00 85 9c 00 00 8c 8a | ..`............................. |
| 0060 | 00 00 8c 8a 00 00 8c 8a 00 00 8c 8a 00 00 8c 8a 00 00 8c 8a 00 00 8c 8a 00 00 8c 8a 00 00 8c 8a | ................................ |
| 0080 | 00 00 8c 8a 00 00 8c 8a 00 00 8c 8a 00 00 8c 8a 00 00 8c 8a 00 00 8c 8a 00 00 a3 6c 00 00 a3 6c | ...........................l...l |
| 00a0 | 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c | ...l...l...l...l...l...l...l...l |
| 00c0 | 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c | ...l...l...l...l...l...l...l...l |
| 00e0 | 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c | ...l...l...l...l...l...l...l...l |
| 0100 | 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c | ...l...l...l...l...l...l...l...l |
| 0120 | 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c | ...l...l...l...l...l...l...l...l |
| 0140 | 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c | ...l...l...l...l...l...l...l...l |
| 0160 | 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 00 a3 6c 00 0/* Generated by the protocol buffer compiler. DO NOT EDIT! */
/* Generated from: StopEventsNotificationRequest.proto */
#ifndef PROTOBUF_C_StopEventsNotificationRequest_2eproto__INCLUDED
#define PROTOBUF_C_StopEventsNotificationRequest_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 _StopEventsNotificationRequest StopEventsNotificationRequest;
/* --- enums --- */
/* --- messages --- */
struct _StopEventsNotificationRequest
{
ProtobufCMessage base;
};
#define STOP_EVENTS_NOTIFICATION_REQUEST__INIT \
{ PROTOBUF_C_MESSAGE_INIT (&stop_events_notification_request__descriptor) \
}
/* StopEventsNotificationRequest methods */
void stop_events_notification_request__init
(StopEventsNotificationRequest *message);
size_t stop_events_notification_request__get_packed_size
(const StopEventsNotificationRequest *message);
size_t stop_events_notification_request__pack
(const StopEventsNotificationRequest *message,
uint8_t *out);
size_t stop_events_notification_request__pack_to_buffer
(const StopEventsNotificationRequest *message,
ProtobufCBuffer *buffer);
StopEventsNotificationRequest *
stop_events_notification_request__unpack
(ProtobufCAllocator *allocator,
size_t len,
const uint8_t *data);
void stop_events_notification_request__free_unpacked
(StopEventsNotificationRequest *message,
ProtobufCAllocator *allocator);
/* --- per-message closures --- */
typedef void (*StopEventsNotificationRequest_Closure)
(const StopEventsNotificationRequest *message,
void *closure_data);
/* --- services --- */
/* --- descriptors --- */
extern const ProtobufCMessageDescriptor stop_events_notification_request__descriptor;
PROTOBUF_C__END_DECLS
#endif /* PROTOBUF_C_StopEventsNotificationRequest_2eproto__INCLUDED */
|