CBError 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Bluetooth 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 |