GattDescriptorsResult.ProtocolError Property
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.
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
|