GattCharacteristicsResult.ProtocolError Property

Definition

Gets the protocol error, if there is one.

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

Property Value

The protocol error.

Windows requirements

App capabilities
bluetooth

Applies to