CBATTError 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
GATT 伺服器傳回的錯誤。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CBATTError
type CBATTError =
- 繼承
-
CBATTError
- 屬性
欄位
名稱 | 值 | Description |
---|---|---|
Success | 0 | |
InvalidHandle | 1 | |
ReadNotPermitted | 2 | |
WriteNotPermitted | 3 | |
InvalidPdu | 4 | |
InsufficientAuthentication | 5 | |
RequestNotSupported | 6 | |
InvalidOffset | 7 | |
InsufficientAuthorization | 8 | |
PrepareQueueFull | 9 | |
AttributeNotFound | 10 | |
AttributeNotLong | 11 | |
InsufficientEncryptionKeySize | 12 | |
InvalidAttributeValueLength | 13 | |
UnlikelyError | 14 | |
InsufficientEncryption | 15 | |
UnsupportedGroupType | 16 | |
InsufficientResources | 17 |