app-starlock/lib/talk/startChart/proto/ble_message.pbjson.dart
2024-12-05 13:49:56 +08:00

60 lines
2.0 KiB
Dart

//
// Generated code. Do not modify.
// source: ble_message.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 bleReqDescriptor instead')
const BleReq$json = {
'1': 'BleReq',
'2': [
{'1': 'bluetoothDeviceName', '3': 2, '4': 1, '5': 9, '10': 'bluetoothDeviceName'},
{'1': 'StructData', '3': 3, '4': 1, '5': 12, '10': 'StructData'},
],
};
/// Descriptor for `BleReq`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List bleReqDescriptor = $convert.base64Decode(
'CgZCbGVSZXESMAoTYmx1ZXRvb3RoRGV2aWNlTmFtZRgCIAEoCVITYmx1ZXRvb3RoRGV2aWNlTm'
'FtZRIeCgpTdHJ1Y3REYXRhGAMgASgMUgpTdHJ1Y3REYXRh');
@$core.Deprecated('Use bleRespDescriptor instead')
const BleResp$json = {
'1': 'BleResp',
'2': [
{'1': 'Status', '3': 1, '4': 1, '5': 14, '6': '.main.BleResp.StatusE', '10': 'Status'},
{'1': 'StructData', '3': 4, '4': 1, '5': 12, '10': 'StructData'},
],
'4': [BleResp_StatusE$json],
};
@$core.Deprecated('Use bleRespDescriptor instead')
const BleResp_StatusE$json = {
'1': 'StatusE',
'2': [
{'1': 'SUCCESS', '2': 0},
{'1': 'FAIL', '2': 1},
{'1': 'NOT_FOUND', '2': 2},
{'1': 'CANNOT_CONNECT', '2': 3},
{'1': 'CANNOT_SEND', '2': 4},
{'1': 'TIMEOUT', '2': 5},
],
};
/// Descriptor for `BleResp`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List bleRespDescriptor = $convert.base64Decode(
'CgdCbGVSZXNwEi0KBlN0YXR1cxgBIAEoDjIVLm1haW4uQmxlUmVzcC5TdGF0dXNFUgZTdGF0dX'
'MSHgoKU3RydWN0RGF0YRgEIAEoDFIKU3RydWN0RGF0YSJhCgdTdGF0dXNFEgsKB1NVQ0NFU1MQ'
'ABIICgRGQUlMEAESDQoJTk9UX0ZPVU5EEAISEgoOQ0FOTk9UX0NPTk5FQ1QQAxIPCgtDQU5OT1'
'RfU0VORBAEEgsKB1RJTUVPVVQQBQ==');