aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Scripting/Properties
ModeNameSize
-rw-r--r--AssemblyInfo.cs243logstatsplain
/* Generated by the protocol buffer compiler.  DO NOT EDIT! */
/* Generated from: StopDiagnosticsRequest.proto */

#ifndef PROTOBUF_C_StopDiagnosticsRequest_2eproto__INCLUDED
#define PROTOBUF_C_StopDiagnosticsRequest_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 _StopDiagnosticsRequest StopDiagnosticsRequest;


/* --- enums --- */


/* --- messages --- */

struct  _StopDiagnosticsRequest
{
  ProtobufCMessage base;
};
#define STOP_DIAGNOSTICS_REQUEST__INIT \
 { PROTOBUF_C_MESSAGE_INIT (&stop_diagnostics_request__descriptor) \
     }


/* StopDiagnosticsRequest methods */
void   stop_diagnostics_request__init
                     (StopDiagnosticsRequest         *message);
size_t stop_diagnostics_request__get_packed_size
                     (const StopDiagnosticsRequest   *message);
size_t stop_diagnostics_request__pack
                     (const StopDiagnosticsRequest   *message,
                      uint8_t             *out);
size_t stop_diagnostics_request__pack_to_buffer
                     (const StopDiagnosticsRequest   *message,
                      ProtobufCBuffer     *buffer);
StopDiagnosticsRequest *
       stop_diagnostics_request__unpack
                     (ProtobufCAllocator  *allocator,
                      size_t               len,
                      const uint8_t       *data);
void   stop_diagnostics_request__free_unpacked
                     (StopDiagnosticsRequest *message,
                      ProtobufCAllocator *allocator);
/* --- per-message closures --- */

typedef void (*StopDiagnosticsRequest_Closure)
                 (const StopDiagnosticsRequest *message,
                  void *closure_data);

/* --- services --- */


/* --- descriptors --- */

extern const ProtobufCMessageDescriptor stop_diagnostics_request__descriptor;

PROTOBUF_C__END_DECLS


#endif  /* PROTOBUF_C_StopDiagnosticsRequest_2eproto__INCLUDED */