GattProtocolError GattProtocolError GattProtocolError GattProtocolError Class

Definition

This class contains byte values for GATT protocol errors.

public : static class GattProtocolErrorpublic static class GattProtocolErrorPublic Static Class GattProtocolError// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Properties

AttributeNotFound AttributeNotFound AttributeNotFound AttributeNotFound

Gets the byte value for an attribute not found error.

public : static byte AttributeNotFound { get; }public static byte AttributeNotFound { get; }Public Static ReadOnly Property AttributeNotFound As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an attribute not found error.

AttributeNotLong AttributeNotLong AttributeNotLong AttributeNotLong

Gets the byte value for an attribute not long error.

public : static byte AttributeNotLong { get; }public static byte AttributeNotLong { get; }Public Static ReadOnly Property AttributeNotLong As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an attribute not long error.

InsufficientAuthentication InsufficientAuthentication InsufficientAuthentication InsufficientAuthentication

Gets the byte value for an insufficient authentication error.

public : static byte InsufficientAuthentication { get; }public static byte InsufficientAuthentication { get; }Public Static ReadOnly Property InsufficientAuthentication As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an insufficient authentication error.

InsufficientAuthorization InsufficientAuthorization InsufficientAuthorization InsufficientAuthorization

Gets the byte value for an insufficient authorization error.

public : static byte InsufficientAuthorization { get; }public static byte InsufficientAuthorization { get; }Public Static ReadOnly Property InsufficientAuthorization As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an insufficient authorization error.

InsufficientEncryption InsufficientEncryption InsufficientEncryption InsufficientEncryption

Gets the byte value for an insufficient encryption error.

public : static byte InsufficientEncryption { get; }public static byte InsufficientEncryption { get; }Public Static ReadOnly Property InsufficientEncryption As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an insufficient encryption error.

InsufficientEncryptionKeySize InsufficientEncryptionKeySize InsufficientEncryptionKeySize InsufficientEncryptionKeySize

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

public : static byte InsufficientEncryptionKeySize { get; }public static byte InsufficientEncryptionKeySize { get; }Public Static ReadOnly Property InsufficientEncryptionKeySize As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an insufficient encryption key size error.

InsufficientResources InsufficientResources InsufficientResources InsufficientResources

Gets the byte value for an insufficient resources error.

public : static byte InsufficientResources { get; }public static byte InsufficientResources { get; }Public Static ReadOnly Property InsufficientResources As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an insufficient resources error.

InvalidAttributeValueLength InvalidAttributeValueLength InvalidAttributeValueLength InvalidAttributeValueLength

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

public : static byte InvalidAttributeValueLength { get; }public static byte InvalidAttributeValueLength { get; }Public Static ReadOnly Property InvalidAttributeValueLength As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an invalid attribute value length error.

InvalidHandle InvalidHandle InvalidHandle InvalidHandle

Gets the byte value for an invalid handle error.

public : static byte InvalidHandle { get; }public static byte InvalidHandle { get; }Public Static ReadOnly Property InvalidHandle As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an invalid handle error.

InvalidOffset InvalidOffset InvalidOffset InvalidOffset

Gets the byte value for an invalid offset error.

public : static byte InvalidOffset { get; }public static byte InvalidOffset { get; }Public Static ReadOnly Property InvalidOffset As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an invalid offset error.

InvalidPdu InvalidPdu InvalidPdu InvalidPdu

Gets the byte value for an invalid PDU error.

public : static byte InvalidPdu { get; }public static byte InvalidPdu { get; }Public Static ReadOnly Property InvalidPdu As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an invalid PDU error.

PrepareQueueFull PrepareQueueFull PrepareQueueFull PrepareQueueFull

Gets the byte value for a prepare queue full error.

public : static byte PrepareQueueFull { get; }public static byte PrepareQueueFull { get; }Public Static ReadOnly Property PrepareQueueFull As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for a prepare queue full error.

ReadNotPermitted ReadNotPermitted ReadNotPermitted ReadNotPermitted

Gets the byte value for a read not permitted error.

public : static byte ReadNotPermitted { get; }public static byte ReadNotPermitted { get; }Public Static ReadOnly Property ReadNotPermitted As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for a read not permitted error.

RequestNotSupported RequestNotSupported RequestNotSupported RequestNotSupported

Gets the byte value for a request not supported error.

public : static byte RequestNotSupported { get; }public static byte RequestNotSupported { get; }Public Static ReadOnly Property RequestNotSupported As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for a request not supported error.

UnlikelyError UnlikelyError UnlikelyError UnlikelyError

Gets the byte value for an unlikely error.

public : static byte UnlikelyError { get; }public static byte UnlikelyError { get; }Public Static ReadOnly Property UnlikelyError As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an unsupported group type error.

UnsupportedGroupType UnsupportedGroupType UnsupportedGroupType UnsupportedGroupType

Gets the byte value for an unsupported group type error.

public : static byte UnsupportedGroupType { get; }public static byte UnsupportedGroupType { get; }Public Static ReadOnly Property UnsupportedGroupType As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for an unsupported group type error.

WriteNotPermitted WriteNotPermitted WriteNotPermitted WriteNotPermitted

Gets the byte value for a write not permitted error.

public : static byte WriteNotPermitted { get; }public static byte WriteNotPermitted { get; }Public Static ReadOnly Property WriteNotPermitted As byte// You can use this property in JavaScript.
Value
byte byte byte byte

The byte value for a write not permitted error.