GattDescriptorsResult.ProtocolError Property

Definition

Gets the GATT protocol error.

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

Property Value

The GATT protocol error.

Windows requirements

App capabilities
bluetooth

Applies to