62 lines
2.2 KiB
Dart
62 lines
2.2 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': 'ID', '3': 1, '4': 1, '5': 13, '10': 'ID'},
|
|
{'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(
|
|
'CgZCbGVSZXESDgoCSUQYASABKA1SAklEEjAKE2JsdWV0b290aERldmljZU5hbWUYAiABKAlSE2'
|
|
'JsdWV0b290aERldmljZU5hbWUSHgoKU3RydWN0RGF0YRgDIAEoDFIKU3RydWN0RGF0YQ==');
|
|
|
|
@$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': 'ID', '3': 2, '4': 1, '5': 13, '10': 'ID'},
|
|
{'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'
|
|
'MSDgoCSUQYAiABKA1SAklEEh4KClN0cnVjdERhdGEYBCABKAxSClN0cnVjdERhdGEiYQoHU3Rh'
|
|
'dHVzRRILCgdTVUNDRVNTEAASCAoERkFJTBABEg0KCU5PVF9GT1VORBACEhIKDkNBTk5PVF9DT0'
|
|
'5ORUNUEAMSDwoLQ0FOTk9UX1NFTkQQBBILCgdUSU1FT1VUEAU=');
|
|
|