GattProtocolError 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 클래스에는 GATT 프로토콜 오류에 대한 바이트 값이 포함되어 있습니다.
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
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
앱 기능 |
bluetooth
|
속성
AttributeNotFound |
찾을 수 없는 특성 오류에 대한 바이트 값을 가져옵니다. |
AttributeNotLong |
특성에 대한 바이트 값이 길지 않음 오류를 가져옵니다. |
InsufficientAuthentication |
인증 오류에 대한 바이트 값을 가져옵니다. |
InsufficientAuthorization |
권한 부여 부족 오류에 대한 바이트 값을 가져옵니다. |
InsufficientEncryption |
부족한 암호화 오류에 대한 바이트 값을 가져옵니다. |
InsufficientEncryptionKeySize |
부족한 암호화 키 크기 오류에 대한 바이트 값을 가져옵니다. |
InsufficientResources |
리소스 부족 오류에 대한 바이트 값을 가져옵니다. |
InvalidAttributeValueLength |
잘못된 특성 값 길이 오류에 대한 바이트 값을 가져옵니다. |
InvalidHandle |
잘못된 핸들 오류에 대한 바이트 값을 가져옵니다. |
InvalidOffset |
잘못된 오프셋 오류에 대한 바이트 값을 가져옵니다. |
InvalidPdu |
잘못된 PDU 오류에 대한 바이트 값을 가져옵니다. |
PrepareQueueFull |
준비 큐 전체 오류에 대한 바이트 값을 가져옵니다. |
ReadNotPermitted |
읽기가 허용되지 않는 오류에 대한 바이트 값을 가져옵니다. |
RequestNotSupported |
지원되지 않는 요청 오류에 대한 바이트 값을 가져옵니다. |
UnlikelyError |
예상치 못한 오류에 대한 바이트 값을 가져옵니다. |
UnsupportedGroupType |
지원되지 않는 그룹 유형 오류에 대한 바이트 값을 가져옵니다. |
WriteNotPermitted |
쓰기가 허용되지 않는 오류에 대한 바이트 값을 가져옵니다. |