63 lines
2.2 KiB
Dart
63 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': 'bluetoothDeviceName', '3': 2, '4': 1, '5': 9, '10': 'bluetoothDeviceName'},
|
|
{'1': 'StructData', '3': 3, '4': 1, '5': 12, '10': 'StructData'},
|
|
{'1': 'Timeout', '3': 1, '4': 1, '5': 13, '10': 'Timeout'},
|
|
{'1': 'IdleTimeout', '3': 6, '4': 1, '5': 13, '10': 'IdleTimeout'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `BleReq`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List bleReqDescriptor = $convert.base64Decode(
|
|
'CgZCbGVSZXESMAoTYmx1ZXRvb3RoRGV2aWNlTmFtZRgCIAEoCVITYmx1ZXRvb3RoRGV2aWNlTm'
|
|
'FtZRIeCgpTdHJ1Y3REYXRhGAMgASgMUgpTdHJ1Y3REYXRhEhgKB1RpbWVvdXQYASABKA1SB1Rp'
|
|
'bWVvdXQSIAoLSWRsZVRpbWVvdXQYBiABKA1SC0lkbGVUaW1lb3V0');
|
|
|
|
@$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': 2, '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': 'CONNECT_FAIL', '2': 3},
|
|
{'1': 'SEND_FAIL', '2': 4},
|
|
{'1': 'TIMEOUT', '2': 5},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `BleResp`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List bleRespDescriptor = $convert.base64Decode(
|
|
'CgdCbGVSZXNwEi0KBlN0YXR1cxgBIAEoDjIVLm1haW4uQmxlUmVzcC5TdGF0dXNFUgZTdGF0dX'
|
|
'MSHgoKU3RydWN0RGF0YRgCIAEoDFIKU3RydWN0RGF0YSJdCgdTdGF0dXNFEgsKB1NVQ0NFU1MQ'
|
|
'ABIICgRGQUlMEAESDQoJTk9UX0ZPVU5EEAISEAoMQ09OTkVDVF9GQUlMEAMSDQoJU0VORF9GQU'
|
|
'lMEAQSCwoHVElNRU9VVBAF');
|
|
|