GattReadClientCharacteristicConfigurationDescriptorResult.ProtocolError Property

Definition

Gets the protocol error.

public:
 property IReference<byte> ^ ProtocolError { IReference<byte> ^ get(); };
IReference<byte> ProtocolError();
public System.Nullable<byte> ProtocolError { get; }
var iReference = gattReadClientCharacteristicConfigurationDescriptorResult.protocolError;
Public ReadOnly Property ProtocolError As Nullable(Of Byte)

Property Value

The protocol error.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)
App capabilities
bluetooth

Applies to