GattCharacteristic.ReadClientCharacteristicConfigurationDescriptorAsync Method

Definition

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

Applies to

See also