GattProtocolError Class

Definition

This class contains byte values for GATT protocol errors.

public ref class GattProtocolError abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GattProtocolError final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class GattProtocolError
Public Class GattProtocolError
Inheritance
Object Platform::Object IInspectable GattProtocolError
Attributes

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

Properties

AttributeNotFound

Gets the byte value for an attribute not found error.

AttributeNotLong

Gets the byte value for an attribute not long error.

InsufficientAuthentication

Gets the byte value for an insufficient authentication error.

InsufficientAuthorization

Gets the byte value for an insufficient authorization error.

InsufficientEncryption

Gets the byte value for an insufficient encryption error.

InsufficientEncryptionKeySize

Gets the byte value for an insufficient encryption key size error.

InsufficientResources

Gets the byte value for an insufficient resources error.

InvalidAttributeValueLength

Gets the byte value for an invalid attribute value length error.

InvalidHandle

Gets the byte value for an invalid handle error.

InvalidOffset

Gets the byte value for an invalid offset error.

InvalidPdu

Gets the byte value for an invalid PDU error.

PrepareQueueFull

Gets the byte value for a prepare queue full error.

ReadNotPermitted

Gets the byte value for a read not permitted error.

RequestNotSupported

Gets the byte value for a request not supported error.

UnlikelyError

Gets the byte value for an unlikely error.

UnsupportedGroupType

Gets the byte value for an unsupported group type error.

WriteNotPermitted

Gets the byte value for a write not permitted error.

Applies to