// // Generated code. Do not modify. // source: remote_unlock.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 remoteUnlockReqDescriptor instead') const RemoteUnlockReq$json = { '1': 'RemoteUnlockReq', '2': [ {'1': 'PublicKey', '3': 1, '4': 1, '5': 12, '10': 'PublicKey'}, {'1': 'PrivateKey', '3': 2, '4': 1, '5': 12, '10': 'PrivateKey'}, {'1': 'SignKey', '3': 3, '4': 1, '5': 12, '10': 'SignKey'}, {'1': 'CmdID', '3': 4, '4': 1, '5': 13, '10': 'CmdID'}, {'1': 'bluetoothDeviceName', '3': 5, '4': 1, '5': 9, '10': 'bluetoothDeviceName'}, {'1': 'UserID', '3': 6, '4': 1, '5': 9, '10': 'UserID'}, {'1': 'OpenMode', '3': 7, '4': 1, '5': 14, '6': '.main.RemoteUnlockReq.OpenModeE', '10': 'OpenMode'}, {'1': 'OpenTime', '3': 8, '4': 1, '5': 4, '10': 'OpenTime'}, {'1': 'Token', '3': 9, '4': 1, '5': 13, '10': 'Token'}, {'1': 'OnlineToken', '3': 11, '4': 1, '5': 9, '10': 'OnlineToken'}, ], '4': [RemoteUnlockReq_OpenModeE$json], }; @$core.Deprecated('Use remoteUnlockReqDescriptor instead') const RemoteUnlockReq_OpenModeE$json = { '1': 'OpenModeE', '2': [ {'1': 'OfflineOpen', '2': 0}, {'1': 'OnlineOpen', '2': 2}, {'1': 'OfflineClose', '2': 32}, {'1': 'OnlineClose', '2': 34}, ], }; /// Descriptor for `RemoteUnlockReq`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List remoteUnlockReqDescriptor = $convert.base64Decode( 'Cg9SZW1vdGVVbmxvY2tSZXESHAoJUHVibGljS2V5GAEgASgMUglQdWJsaWNLZXkSHgoKUHJpdm' 'F0ZUtleRgCIAEoDFIKUHJpdmF0ZUtleRIYCgdTaWduS2V5GAMgASgMUgdTaWduS2V5EhQKBUNt' 'ZElEGAQgASgNUgVDbWRJRBIwChNibHVldG9vdGhEZXZpY2VOYW1lGAUgASgJUhNibHVldG9vdG' 'hEZXZpY2VOYW1lEhYKBlVzZXJJRBgGIAEoCVIGVXNlcklEEjsKCE9wZW5Nb2RlGAcgASgOMh8u' 'bWFpbi5SZW1vdGVVbmxvY2tSZXEuT3Blbk1vZGVFUghPcGVuTW9kZRIaCghPcGVuVGltZRgIIA' 'EoBFIIT3BlblRpbWUSFAoFVG9rZW4YCSABKA1SBVRva2VuEiAKC09ubGluZVRva2VuGAsgASgJ' 'UgtPbmxpbmVUb2tlbiJPCglPcGVuTW9kZUUSDwoLT2ZmbGluZU9wZW4QABIOCgpPbmxpbmVPcG' 'VuEAISEAoMT2ZmbGluZUNsb3NlECASDwoLT25saW5lQ2xvc2UQIg=='); @$core.Deprecated('Use remoteUnlockRespDescriptor instead') const RemoteUnlockResp$json = { '1': 'RemoteUnlockResp', '2': [ {'1': 'CmdID', '3': 1, '4': 1, '5': 13, '10': 'CmdID'}, {'1': 'Token', '3': 2, '4': 1, '5': 13, '10': 'Token'}, {'1': 'Status', '3': 3, '4': 1, '5': 13, '10': 'Status'}, {'1': 'Power', '3': 4, '4': 1, '5': 13, '10': 'Power'}, {'1': 'OpenMode', '3': 5, '4': 1, '5': 13, '10': 'OpenMode'}, {'1': 'Power1', '3': 6, '4': 1, '5': 13, '10': 'Power1'}, {'1': 'BluetoothInput', '3': 7, '4': 1, '5': 12, '10': 'BluetoothInput'}, {'1': 'BluetoothOutput', '3': 8, '4': 1, '5': 12, '10': 'BluetoothOutput'}, ], }; /// Descriptor for `RemoteUnlockResp`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List remoteUnlockRespDescriptor = $convert.base64Decode( 'ChBSZW1vdGVVbmxvY2tSZXNwEhQKBUNtZElEGAEgASgNUgVDbWRJRBIUCgVUb2tlbhgCIAEoDV' 'IFVG9rZW4SFgoGU3RhdHVzGAMgASgNUgZTdGF0dXMSFAoFUG93ZXIYBCABKA1SBVBvd2VyEhoK' 'CE9wZW5Nb2RlGAUgASgNUghPcGVuTW9kZRIWCgZQb3dlcjEYBiABKA1SBlBvd2VyMRImCg5CbH' 'VldG9vdGhJbnB1dBgHIAEoDFIOQmx1ZXRvb3RoSW5wdXQSKAoPQmx1ZXRvb3RoT3V0cHV0GAgg' 'ASgMUg9CbHVldG9vdGhPdXRwdXQ=');