65 lines
2.5 KiB
Dart

//
// Generated code. Do not modify.
// source: rbcu.proto
//
// @dart = 2.12
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
import 'dart:convert' as $convert;
import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use rbcuInfoDescriptor instead')
const RbcuInfo$json = {
'1': 'RbcuInfo',
'2': [
{'1': 'SessionId', '3': 1, '4': 1, '5': 9, '10': 'SessionId'},
{'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
{'1': 'Address', '3': 4, '4': 3, '5': 9, '10': 'Address'},
{'1': 'Time', '3': 5, '4': 1, '5': 4, '10': 'Time'},
{'1': 'isResp', '3': 6, '4': 1, '5': 8, '10': 'isResp'},
],
};
/// Descriptor for `RbcuInfo`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List rbcuInfoDescriptor = $convert.base64Decode(
'CghSYmN1SW5mbxIcCglTZXNzaW9uSWQYASABKAlSCVNlc3Npb25JZBISCgROYW1lGAIgASgJUg'
'ROYW1lEhgKB0FkZHJlc3MYBCADKAlSB0FkZHJlc3MSEgoEVGltZRgFIAEoBFIEVGltZRIWCgZp'
'c1Jlc3AYBiABKAhSBmlzUmVzcA==');
@$core.Deprecated('Use rbcuProbeDescriptor instead')
const RbcuProbe$json = {
'1': 'RbcuProbe',
'2': [
{'1': 'SessionId', '3': 1, '4': 1, '5': 9, '10': 'SessionId'},
{'1': 'Data', '3': 2, '4': 1, '5': 9, '10': 'Data'},
{'1': 'TargetAddress', '3': 3, '4': 1, '5': 9, '10': 'TargetAddress'},
],
};
/// Descriptor for `RbcuProbe`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List rbcuProbeDescriptor = $convert.base64Decode(
'CglSYmN1UHJvYmUSHAoJU2Vzc2lvbklkGAEgASgJUglTZXNzaW9uSWQSEgoERGF0YRgCIAEoCV'
'IERGF0YRIkCg1UYXJnZXRBZGRyZXNzGAMgASgJUg1UYXJnZXRBZGRyZXNz');
@$core.Deprecated('Use rbcuConfirmDescriptor instead')
const RbcuConfirm$json = {
'1': 'RbcuConfirm',
'2': [
{'1': 'SessionId', '3': 1, '4': 1, '5': 9, '10': 'SessionId'},
{'1': 'ProbeAddress', '3': 2, '4': 1, '5': 9, '10': 'ProbeAddress'},
{'1': 'ReceiveAddress', '3': 3, '4': 1, '5': 9, '10': 'ReceiveAddress'},
],
};
/// Descriptor for `RbcuConfirm`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List rbcuConfirmDescriptor = $convert.base64Decode(
'CgtSYmN1Q29uZmlybRIcCglTZXNzaW9uSWQYASABKAlSCVNlc3Npb25JZBIiCgxQcm9iZUFkZH'
'Jlc3MYAiABKAlSDFByb2JlQWRkcmVzcxImCg5SZWNlaXZlQWRkcmVzcxgDIAEoCVIOUmVjZWl2'
'ZUFkZHJlc3M=');