PlaygroundBluetoothCentralManager.ConnectionError
The errors you may encounter when connecting a peripheral to the central manager for the current playground page.
ある周辺機器を現在のプレイグラウンドページのためのセントラルマネージャに接続する時にあなたが出くわすかもしれない様々なエラー。
Enumeration Cases
Enumerationケース節
timeoutExpired
The error that occurs when a peripheral fails to connect to the central manager before the timeout period expires.
ある周辺機器がセントラルマネージャへの接続に、時間切れ期間が満了する前に失敗する場合に起こるエラー。
Declaration
宣言
case timeoutExpired
excessiveConnections
The error that occurs when a peripheral rejects a connection to the central manager because there are too many others.
ある周辺機器がセントラルマネージャに対するある接続を、他のものが多すぎるので断る場合に起こるエラー。
Declaration
宣言
case excessiveConnections
connectionFailed
The error that occurs when a peripheral fails to connect to the central manager.
ある周辺機器がセントラルマネージャへの接続に失敗する場合に起こるエラー。
Declaration
宣言
case connectionFailed
connectionLost
The error that occurs when a peripheral connection to the central manager fails.
セントラルマネージャへのある周辺機器接続が失敗する場合に起こるエラー。
Declaration
宣言
case connectionLost
Discussion
解説
This error doesn’t occur when a connection to the central manager is intentionally disconnected.
このエラーは、セントラルマネージャへの接続が故意に切断される場合には起こりません。
invalidState
The error that occurs when the central manager is in a state that can’t make connections.
セントラルマネージャが接続されることが出来ない状態にある場合に起こるエラー。
Declaration
宣言
case invalidState
Discussion
解説
For example, the central manager is in an invalid state for connections when it’s powered off.
例えば、セントラルマネージャはそれが電源を切られる場合に接続に対して無効な状態にあります。
PlaygroundBluetoothCentralManager
Copyright © 2018 Apple Inc. All rights reserved. Terms of Use | Privacy Policy | Updated: 2018-04-30