CBError 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
蓝牙 LE 事务期间可能出现错误。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CBError
type CBError =
- 继承
-
CBError
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| None | 0 | |
| Unknown | 0 | |
| InvalidParameters | 1 | |
| InvalidHandle | 2 | |
| NotConnected | 3 | |
| OutOfSpace | 4 | |
| OperationCancelled | 5 | |
| ConnectionTimeout | 6 | |
| PeripheralDisconnected | 7 | |
| UUIDNotAllowed | 8 | |
| AlreadyAdvertising | 9 | |
| ConnectionFailed | 10 | |
| ConnectionLimitReached | 11 | |
| UnknownDevice | 12 | |
| OperationNotSupported | 13 |