ReadCharacteristicRequest$json top-level constant
Implementation
@$core.Deprecated('Use readCharacteristicRequestDescriptor instead')
const ReadCharacteristicRequest$json = const {
'1': 'ReadCharacteristicRequest',
'2': const [
const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
const {
'1': 'characteristic_uuid',
'3': 2,
'4': 1,
'5': 9,
'10': 'characteristicUuid'
},
const {'1': 'service_uuid', '3': 3, '4': 1, '5': 9, '10': 'serviceUuid'},
const {
'1': 'secondary_service_uuid',
'3': 4,
'4': 1,
'5': 9,
'10': 'secondaryServiceUuid'
},
],
};