GattCharacteristic.ReadClientCharacteristicConfigurationDescriptorAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads the current value of the ClientCharacteristicConfigurationDescriptor.
public:
virtual IAsyncOperation<GattReadClientCharacteristicConfigurationDescriptorResult ^> ^ ReadClientCharacteristicConfigurationDescriptorAsync() = ReadClientCharacteristicConfigurationDescriptorAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattReadClientCharacteristicConfigurationDescriptorResult> ReadClientCharacteristicConfigurationDescriptorAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattReadClientCharacteristicConfigurationDescriptorResult> ReadClientCharacteristicConfigurationDescriptorAsync();
function readClientCharacteristicConfigurationDescriptorAsync()
Public Function ReadClientCharacteristicConfigurationDescriptorAsync () As IAsyncOperation(Of GattReadClientCharacteristicConfigurationDescriptorResult)
Returns
The object that manages the asynchronous operation. Upon completion of the asynchronous method, the IAsyncOperation(GattReadClientCharacteristicConfigurationDescriptorResult) contains the result of the read operation, which contains the status of completed operation. The Status property on the GattReadClientCharacteristicConfigurationDescriptorResult returned indicates if the result of the operation was successful.
- Attributes
Windows requirements
App capabilities |
bluetooth
|