CBError Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Erreurs possibles lors des transactions Bluetooth LE.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CBError
type CBError =
- Héritage
-
CBError
- Attributs
Champs
Nom | Valeur | Description |
---|---|---|
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 |