WriteCharacteristicRequest$json top-level constant
Implementation
@$core.Deprecated('Use writeCharacteristicRequestDescriptor instead')
const WriteCharacteristicRequest$json = {
'1': 'WriteCharacteristicRequest',
'2': [
{'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
{
'1': 'characteristic_uuid',
'3': 2,
'4': 1,
'5': 9,
'10': 'characteristicUuid'
},
{'1': 'service_uuid', '3': 3, '4': 1, '5': 9, '10': 'serviceUuid'},
{
'1': 'secondary_service_uuid',
'3': 4,
'4': 1,
'5': 9,
'10': 'secondaryServiceUuid'
},
{
'1': 'write_type',
'3': 5,
'4': 1,
'5': 14,
'6': '.WriteCharacteristicRequest.WriteType',
'10': 'writeType'
},
{'1': 'value', '3': 6, '4': 1, '5': 12, '10': 'value'},
],
'4': [WriteCharacteristicRequest_WriteType$json],
};