aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs
blob: 51e29353534d9dd81130098b7ef3f29293534ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.Integration.Storage
{
    public class StorageFileHandlerProgressEventArgs : EventArgs
    {
        public long Current { get; set; }
        public long Delta { get; set; }
        public long Total { get; set; }
    }
}
ss="p">(StopDebugLogRequest *message) { static const StopDebugLogRequest init_value = STOP_DEBUG_LOG_REQUEST__INIT; *message = init_value; } size_t stop_debug_log_request__get_packed_size (const StopDebugLogRequest *message) { assert(message->base.descriptor == &stop_debug_log_request__descriptor); return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); } size_t stop_debug_log_request__pack (const StopDebugLogRequest *message, uint8_t *out) { assert(message->base.descriptor == &stop_debug_log_request__descriptor); return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); } size_t stop_debug_log_request__pack_to_buffer (const StopDebugLogRequest *message, ProtobufCBuffer *buffer) { assert(message->base.descriptor == &stop_debug_log_request__descriptor); return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); } StopDebugLogRequest * stop_debug_log_request__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data) { return (StopDebugLogRequest *) protobuf_c_message_unpack (&stop_debug_log_request__descriptor, allocator, len, data); } void stop_debug_log_request__free_unpacked (StopDebugLogRequest *message, ProtobufCAllocator *allocator) { if(!message) return; assert(message->base.descriptor == &stop_debug_log_request__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } #define stop_debug_log_request__field_descriptors NULL #define stop_debug_log_request__field_indices_by_name NULL #define stop_debug_log_request__number_ranges NULL const ProtobufCMessageDescriptor stop_debug_log_request__descriptor = { PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, "StopDebugLogRequest", "StopDebugLogRequest", "StopDebugLogRequest", "", sizeof(StopDebugLogRequest), 0, stop_debug_log_request__field_descriptors, stop_debug_log_request__field_indices_by_name, 0, stop_debug_log_request__number_ranges, (ProtobufCMessageInit) stop_debug_log_request__init, NULL,NULL,NULL /* reserved[123] */ };